summaryrefslogtreecommitdiff
path: root/wocky/wocky-pubsub-service.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Namespace debug flags.Will Thompson1-1/+1
2012-02-06Move some of pubsub-node-protected.h to internal.hWill Thompson1-0/+1
2012-02-06Move most of debug.h to debug-internal.hWill Thompson1-1/+1
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-1/+0
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-03-08pubsub-service: fix typo in argument docsJonny Lamb1-1/+1
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson1-1/+1
2010-12-20Fix wocky_implement_finish_*() macroNicolas Dufresne1-1/+1
2010-10-04GSimpleAsyncResult source tags should be _asyncNicolas Dufresne1-2/+2
2010-08-25Pubsub: unleak calls to g_simple_async_result_get_source_object()Will Thompson1-1/+1
2010-04-26Return node trees from the distilleryWill Thompson1-22/+31
2010-04-20Document WockyPubsubSubscriptionStateWill Thompson1-0/+22
2010-04-20Refactor handling <create/> replyWill Thompson1-13/+29
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-35/+35
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-2/+3
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-15/+15
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-26/+20
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-4/+4
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-1/+1
2010-04-07Fix typoes and missing params in pubsub documentationWill Thompson1-4/+6
2010-04-07Consistently use 'self' in DataForm, PubsubNode, PubsubServiceWill Thompson1-2/+2
2010-04-06Un-magic-number the number of pubsub eventsWill Thompson1-4/+4
2010-04-06Use GQueue in subscription-parsing code.Will Thompson1-11/+9
2010-04-06Macro-ify implementing a simple _finish() functionWill Thompson1-16/+3
2010-04-06Add a GList deep-copy convenience functionWill Thompson1-6/+2
2010-04-06Reduce code duplication in creating pubsub stanzasWill Thompson1-41/+10
2010-04-06Add signals for node deletion notificationsWill Thompson1-0/+33
2010-04-06Move list of event handlers into WockyPubsubNodeWill Thompson1-20/+17
2010-04-06Reduce repeated breakdown of event stanzas.Will Thompson1-1/+1
2010-04-06Generalize event propagation from PubsubService to NodeWill Thompson1-68/+61
2010-04-06Add WockyPubsubService::subscription-state-changedWill Thompson1-5/+88
2010-04-01Rename handlers for <event><items/>Will Thompson1-4/+4
2010-03-24Rename WockyDataForms to WockyDataFormWill Thompson1-8/+8
2010-03-24Refactor the bulk of parsing create node repliesWill Thompson1-33/+53
2010-03-24Deal with empty replies to create_node()Will Thompson1-8/+28
2010-03-23Don't include empty <configure/> when creating a nodeWill Thompson1-5/+7
2010-03-23Extract a create_create_node_stanza() helperWill Thompson1-12/+31
2010-03-23Rename an internal PubsubService helper functionWill Thompson1-2/+2
2010-03-23Properly initialize an out parameterWill Thompson1-0/+3
2010-03-13Style: newline after return type in definitionWill Thompson1-1/+2
2010-03-13Document and sanity-check node_object_typeWill Thompson1-0/+12
2010-03-13Document WockyPubsubSubscriptionWill Thompson1-0/+17
2010-03-10Give WockyPubsub* subclasses access to porterWill Thompson1-0/+8
2010-03-10Allow _parse_subscription() to return an errorWill Thompson1-9/+20
2010-03-10Expose parsing a <subscription/> nodeWill Thompson1-38/+55
2010-03-10Allow PubsubService subclasses to use PubsubNode subclassesWill Thompson1-1/+4
2010-03-10Remove wocky_pubsub_node_new()Will Thompson1-1/+4
2010-03-10Return <subscription/> nodes from parse_subscriptionsWill Thompson1-2/+10
2010-03-10Make helpers for listing/parsing pubsub subscriptionsWill Thompson1-11/+35