summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-17SaslAuth: use WockyNodeIter to iterate mechanismsWill Thompson1-13/+6
2011-03-17Stanza: Improve error message on type/subtype mismatchWill Thompson1-3/+12
2011-03-17Add a simple example of receiving incoming messages.Will Thompson3-0/+201
2011-03-17Remove connect example.Will Thompson3-439/+1
2011-03-17Add a simple example of sending a message.Will Thompson3-0/+144
2011-03-17Porter: test sending from send_async() callback.Will Thompson1-0/+103
2011-03-17Add a test case for closing a porter from a send_async callbackWill Thompson1-0/+68
2011-03-17porter: don't close twice if we close in a send callbackJonny Lamb1-1/+4
2011-03-17Merge remote branch 'ptlo/stanza-queueing-c2s'Jonny Lamb2-1/+150
2011-03-16WockyC2SPorter: queue unimportant stanza in power saving modeSenko Rasic2-1/+150
2011-03-16meta-porter: clarify borrow_connection docstringJonny Lamb1-3/+7
2011-03-16meta-porter: don't refer to missing arguments in documentationJonny Lamb1-3/+2
2011-03-16meta-porter: give functions who require ll contacts that signatureJonny Lamb2-6/+6
2011-03-16meta-porter: add a stanza_handler_new to stop duplicating codeJonny Lamb1-7/+17
2011-03-16meta-porter: continue using wocky_stanza_get_ functionsJonny Lamb1-1/+1
2011-03-16meta-porter: use better callback names when using open_porter_if_necessaryJonny Lamb1-12/+13
2011-03-16meta-porter: use wocky_stanza_get_fromJonny Lamb1-2/+1
2011-03-16meta-porter: change variable name to be a little less confusingJonny Lamb1-3/+3
2011-03-16meta-porter: make open_porter_if_necessary take a async result and user dataJonny Lamb1-25/+26
2011-03-16meta-porter: don't leak and report more errors when setting up the loopback p...Jonny Lamb1-4/+16
2011-03-16meta-porter: remove NewConnectionDataJonny Lamb1-27/+20
2011-03-16meta-porter: refactor duplicated code into another functionJonny Lamb1-10/+12
2011-03-16meta-porter: clarify porter disposed weak ref callback nameJonny Lamb1-4/+5
2011-03-16meta-porter: remove unnecessary weak reffing of the c2s porterJonny Lamb1-17/+1
2011-03-16meta-porter: include missing porter recipient in debug messageJonny Lamb1-1/+1
2011-03-16meta-porter: only allow set_jid to be called onceJonny Lamb1-4/+12
2011-03-16meta-porter: stop talking about references in docstringsJonny Lamb1-7/+7
2011-03-15Roster: remove dead google_roster code.Will Thompson1-15/+0
2011-03-15ll-connector: use GAsyncInitable and make API easier to understand.Jonny Lamb3-117/+150
2011-03-14loopback-connection: rename to loopback-streamJonny Lamb6-104/+104
2011-03-14meta-porter: rename ref/unref to hold/unholdJonny Lamb2-14/+14
2011-03-14ll-connector: send stream features in incoming connections tooJonny Lamb1-2/+8
2011-03-14ll-connector: chain up to constructed firstJonny Lamb1-3/+3
2011-03-14ll-connector: reference _new functions in connect_async docstringJonny Lamb1-1/+2
2011-03-14ll-connection-factory: use a GQueueJonny Lamb1-11/+23
2011-03-14ll-connection-factory: check whether the cancellable has been cancelledJonny Lamb1-0/+10
2011-03-14connection-factory: rename to ll-connection-factoryJonny Lamb5-140/+140
2011-03-14ll-contact: re-word get_addresses docstringJonny Lamb1-4/+5
2011-03-14ll-contact: annotate return type of get_addressesJonny Lamb1-1/+2
2011-03-14ll-contact: spell out ll acronym in docstringJonny Lamb1-1/+1
2011-03-14stanza: separate contact object into to and from objectsJonny Lamb3-20/+54
2011-03-14utils: use G_STMT_{START,END} in new implement macroJonny Lamb1-8/+10
2011-03-11meta-porter: add more interesting debug messagesJonny Lamb1-4/+10
2011-03-10Merge remote-tracking branch 'stefw/error-always-specialized-node'Will Thompson2-25/+222
2011-03-10Refine behavior of wocky_xmpp_error_extract() for specialized errors.Stef Walter2-11/+68
2011-03-10wocky_xmpp_error_extract() fills in @specialized_node for any app error.Stef Walter1-5/+10
2011-03-10Fix memory leak in tests.Stef Walter1-0/+2
2011-03-10Make PubsubAffiliation and PubsubSubscription docs appearWill Thompson2-0/+2
2011-03-10Split up the XMPP stanza tests, so each test tests one thing.Stef Walter1-11/+144
2011-03-10openssl: stop using OPAQUE_TYPE_ prefixes here tooJonny Lamb1-2/+2