summaryrefslogtreecommitdiff
path: root/wocky/wocky-pubsub-node.h
AgeCommit message (Expand)AuthorFilesLines
2012-12-12Simplify generating GEnums/GFlagsWill Thompson1-1/+1
2012-11-21Don't put const before G*List, it does not make senseOlivier CrĂȘte1-1/+1
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-0/+3
2012-02-06Include foo-enumtypes.h from each foo.hWill Thompson1-0/+1
2011-03-10Make PubsubAffiliation and PubsubSubscription docs appearWill Thompson1-0/+1
2011-03-08all: document Class structsJonny Lamb1-0/+7
2010-04-20Implement retrieving a node's configurationWill Thompson1-0/+11
2010-04-20Implement modifying affiliatesWill Thompson1-0/+12
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-3/+3
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-1/+1
2010-04-13Use G_TYPE_INSTANCE_GET_PRIVATE() correctly.Will Thompson1-0/+4
2010-04-07Consistently use 'self' in DataForm, PubsubNode, PubsubServiceWill Thompson1-4/+4
2010-04-06Add API for retrieving affiliates to a nodeWill Thompson1-0/+12
2010-04-06Add types representing pubsub affiliationsWill Thompson1-0/+32
2010-04-06Add API for listing subscribers to a node.Will Thompson1-0/+12
2010-03-10_make_publish_stanza(): also return the <pubsub/> nodeWill Thompson1-0/+1
2010-03-10Support unsubscribing from PubSub nodesWill Thompson1-0/+12
2010-03-10Implement subscribing to nodes.Will Thompson1-0/+11
2010-03-10Remove wocky_pubsub_node_new()Will Thompson1-3/+0
2010-03-08Add wocky_pubsub_node_make_publish_stanza()Will Thompson1-0/+4
2010-02-24wocky-pubsub-node: add wocky_pubsub_node_delete_{async,finish}Guillaume Desmottes1-0/+9
2010-02-24fix includes of Wocky filesGuillaume Desmottes1-3/+4
2010-02-24wocky-pubsub-node: add wocky_pubsub_node_get_nameGuillaume Desmottes1-0/+2
2010-02-24add wocky-pubsub-node.[ch]Guillaume Desmottes1-0/+64