summaryrefslogtreecommitdiff
path: root/tests/wocky-pubsub-node-test.c
AgeCommit message (Expand)AuthorFilesLines
2012-04-04add missing config.h includesGuillaume Desmottes1-0/+4
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-3/+1
2011-03-01session: rename new to new_with_connectionJonny Lamb1-2/+2
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson1-14/+14
2010-06-22WockySession: have a full JID construct-time propertySimon McVittie1-2/+2
2010-04-20Implement retrieving a node's configurationWill Thompson1-0/+129
2010-04-20Implement modifying affiliatesWill Thompson1-0/+115
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-31/+31
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-1/+1
2010-04-20Add shorthand for testing (in)equality of stanzasSjoerd Simons1-1/+1
2010-04-20Rename _stanzas_equal to _stanzas_equal_no_idSjoerd Simons1-2/+2
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-31/+31
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-115/+115
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-16/+16
2010-04-06Add API for retrieving affiliates to a nodeWill Thompson1-0/+125
2010-04-06Add API for listing subscribers to a node.Will Thompson1-1/+126
2010-04-06Add signals for node deletion notificationsWill Thompson1-0/+127
2010-04-06Add WockyPubsubService::subscription-state-changedWill Thompson1-5/+47
2010-04-06Add WockyPubsubNode::subscription-state-changed signalWill Thompson1-0/+102
2010-03-10_make_publish_stanza(): also return the <pubsub/> nodeWill Thompson1-4/+8
2010-03-10Support unsubscribing from PubSub nodesWill Thompson1-0/+110
2010-03-10Implement subscribing to nodes.Will Thompson1-0/+93
2010-03-10Remove wocky_pubsub_node_new()Will Thompson1-2/+2
2010-03-10Add WockyPubsubService::event-receivedWill Thompson1-13/+65
2010-03-08Don't leak porters and test in PubsubNode testWill Thompson1-0/+3
2010-03-08Add WockyPubsubNode::event-receivedWill Thompson1-0/+2
2010-03-08Add an event-received signal to WockyPubsubNodeWill Thompson1-0/+106
2010-03-08Add wocky_pubsub_node_make_publish_stanza()Will Thompson1-0/+61
2010-02-25Fix en_FRWill Thompson1-1/+1
2010-02-24test wocky_pubsub_node_delete_asyncGuillaume Desmottes1-0/+70
2010-02-24wocky-pubsub-node: add wocky_pubsub_node_get_nameGuillaume Desmottes1-0/+2
2010-02-24add wocky-pubsub-node-test.cGuillaume Desmottes1-0/+54