summaryrefslogtreecommitdiff
path: root/wocky/wocky-pubsub-node-protected.h
AgeCommit message (Expand)AuthorFilesLines
2012-11-21Don't put const before G*List, it does not make senseOlivier CrĂȘte1-1/+1
2012-02-06Move some of pubsub-node-protected.h to internal.hWill Thompson1-19/+1
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2010-04-20Implement retrieving a node's configurationWill Thompson1-0/+5
2010-04-20Implement modifying affiliatesWill Thompson1-0/+6
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-13/+13
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-6/+6
2010-04-06Un-magic-number the number of pubsub eventsWill Thompson1-1/+2
2010-04-06Add API for retrieving affiliates to a nodeWill Thompson1-0/+9
2010-04-06Add API for listing subscribers to a node.Will Thompson1-0/+5
2010-04-06Make node event handlers return voidWill Thompson1-1/+1
2010-04-06Move list of event handlers into WockyPubsubNodeWill Thompson1-9/+11
2010-04-06Reduce repeated breakdown of event stanzas.Will Thompson1-4/+11
2010-04-06Generalize event propagation from PubsubService to NodeWill Thompson1-0/+3
2010-04-06Add WockyPubsubNode::subscription-state-changed signalWill Thompson1-0/+3
2010-04-01Rename handlers for <event><items/>Will Thompson1-1/+1
2010-03-24Extract wocky_pubsub_node_make_delete_stanza()Will Thompson1-0/+4
2010-03-10Give WockyPubsub* subclasses access to porterWill Thompson1-0/+2
2010-03-10Support unsubscribing from PubSub nodesWill Thompson1-0/+7
2010-03-10Implement subscribing to nodes.Will Thompson1-0/+5
2010-03-10Add WockyPubsubService::event-receivedWill Thompson1-0/+29