summaryrefslogtreecommitdiff
path: root/wocky/wocky-pubsub-node.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Don't put const before G*List, it does not make senseOlivier CrĂȘte1-3/+3
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
2010-12-20Fix wocky_implement_finish_*() macroNicolas Dufresne1-6/+6
2010-08-25Pubsub: unleak calls to g_simple_async_result_get_source_object()Will Thompson1-0/+3
2010-04-26Return node trees from the distilleryWill Thompson1-15/+31
2010-04-20Implement retrieving a node's configurationWill Thompson1-0/+96
2010-04-20Implement modifying affiliatesWill Thompson1-0/+122
2010-04-20pubsub_affiliation_new: log more clearly if @node is NULLWill Thompson1-1/+4
2010-04-20Document WockyPubsubAffiliation and related methods.Will Thompson1-0/+69
2010-04-20Generalize returning TRUE or an error from _finish()Will Thompson1-16/+2
2010-04-20PubsubNode: Generalize void IQ reply handlerWill Thompson1-26/+4
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-45/+45
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-22/+22
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-28/+20
2010-04-07Fix typoes and missing params in pubsub documentationWill Thompson1-5/+19
2010-04-06Un-magic-number the number of pubsub eventsWill Thompson1-1/+4
2010-04-06Add API for retrieving affiliates to a nodeWill Thompson1-0/+139
2010-04-06Macro-ify implementing a simple _finish() functionWill Thompson1-16/+3
2010-04-06Add types representing pubsub affiliationsWill Thompson1-0/+60
2010-04-06Add API for listing subscribers to a node.Will Thompson1-0/+109
2010-04-06Reduce code duplication in creating pubsub stanzasWill Thompson1-41/+13
2010-04-06Add signals for node deletion notificationsWill Thompson1-0/+29
2010-04-06Make node event handlers return voidWill Thompson1-9/+2
2010-04-06Move list of event handlers into WockyPubsubNodeWill Thompson1-4/+16
2010-04-06Remove duplicated handlers for PubSub eventsWill Thompson1-78/+1
2010-04-06Reduce repeated breakdown of event stanzas.Will Thompson1-18/+25
2010-04-06Add WockyPubsubNode::subscription-state-changed signalWill Thompson1-3/+96
2010-04-01Rename handlers for <event><items/>Will Thompson1-5/+5
2010-03-24Extract wocky_pubsub_node_make_delete_stanza()Will Thompson1-8/+28
2010-03-24Add and use new variants of pubsub_distill_iq_replyWill Thompson1-2/+2
2010-03-10pubsub_distill_iq_reply(): understand empty repliesWill Thompson1-24/+5
2010-03-10Give WockyPubsub* subclasses access to porterWill Thompson1-0/+8
2010-03-10_make_publish_stanza(): also return the <pubsub/> nodeWill Thompson1-1/+2
2010-03-10Support unsubscribing from PubSub nodesWill Thompson1-0/+105
2010-03-10Generalize making a pubsub action for a nodeWill Thompson1-15/+30
2010-03-10Implement subscribing to nodes.Will Thompson1-0/+126
2010-03-10Remove wocky_pubsub_node_new()Will Thompson1-10/+0
2010-03-10Add WockyPubsubService::event-receivedWill Thompson1-0/+9
2010-03-08Add WockyPubsubNode::event-receivedWill Thompson1-4/+14
2010-03-08Add an event-received signal to WockyPubsubNodeWill Thompson1-4/+70
2010-03-08Add wocky_pubsub_node_make_publish_stanza()Will Thompson1-2/+14
2010-02-25Correct _async/_finish implementations in WockyPubsub*Will Thompson1-6/+6
2010-02-24wocky-pubsub-node: add wocky_pubsub_node_delete_{async,finish}Guillaume Desmottes1-0/+77
2010-02-24wocky-pubsub-node: get the service jid and the porterGuillaume Desmottes1-0/+14
2010-02-24fix includes of Wocky filesGuillaume Desmottes1-4/+4
2010-02-24wocky-pubsub-node: add wocky_pubsub_node_get_nameGuillaume Desmottes1-0/+8