summaryrefslogtreecommitdiff
path: root/tests/wocky-pubsub-service-test.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-5/+1
2011-03-22Merge branch 'meta-porter'Jonny Lamb1-1/+1
2011-03-03wocky_stanza_build_iq_error(): include query.Will Thompson1-13/+0
2011-03-01session: rename new to new_with_connectionJonny Lamb1-1/+1
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson1-10/+10
2010-06-22WockySession: have a full JID construct-time propertySimon McVittie1-1/+1
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-21/+21
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-11/+12
2010-04-20Rename _stanzas_equal to _stanzas_equal_no_idSjoerd Simons1-1/+1
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-29/+29
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-99/+99
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-15/+15
2010-04-08Detect (and fix) misbalanced stanza build specsWill Thompson1-4/+10
2010-04-06Extract test helper code for checking subscriptionsWill Thompson1-42/+5
2010-03-25Add helpers to set data form fields' valuesWill Thompson1-7/+8
2010-03-24Rename WockyDataForms to WockyDataFormWill Thompson1-18/+18
2010-03-24Deal with empty replies to create_node()Will Thompson1-12/+64
2010-03-10Support retrieving pubsub subscriptionsWill Thompson1-0/+268
2010-03-08Fix leaks in PubsubService testsWill Thompson1-0/+9
2010-02-25Fix en_FRWill Thompson1-1/+1
2010-02-24wocky-pubsub-service-test: create a node with configurationGuillaume Desmottes1-0/+142
2010-02-24wocky-pubsub-service-test: create an instant nodeGuillaume Desmottes1-7/+67
2010-02-24wocky_pubsub_service_create_node_async: support instant node creationGuillaume Desmottes1-1/+6
2010-02-24create node IQ is a 'set', not a 'get'Guillaume Desmottes1-1/+1
2010-02-24wocky-pubsub-service-test: try to get default node conf and server returns a ...Guillaume Desmottes1-0/+62
2010-02-24wocky-pubsub-service-test: factor out get_default_node_configuration_testGuillaume Desmottes1-3/+12
2010-02-24wocky-pubsub-service-test: try to create a node and server returns an 'unsupp...Guillaume Desmottes1-0/+67
2010-02-24wocky-pubsub-service-test: factor out create_node_testGuillaume Desmottes1-3/+11
2010-02-24wocky-pubsub-service-test: test to create a node with default configurationGuillaume Desmottes1-0/+74
2010-02-24wocky-pubsub-service-test: test wocky_pubsub_service_get_default_node_configu...Guillaume Desmottes1-0/+101
2010-02-24test wocky_pubsub_service_ensure_nodeGuillaume Desmottes1-5/+45
2010-02-24add wocky-pubsub-service-test.cGuillaume Desmottes1-0/+49