summaryrefslogtreecommitdiff
path: root/tests/wocky-porter-test.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Make #include <wocky/wocky.h> the only legal import.Will Thompson1-4/+1
2012-02-01porter-test: fix /handler-stanzaWill Thompson1-1/+2
2012-01-31C2SPorter: reply to unhandled IQ get/sets.Will Thompson1-0/+64
2011-11-18Porter: support matching STANZA_TYPE_NONEWill Thompson1-0/+100
2011-11-07Accept from="server.com" as stanzas coming from serverXavier Claessens1-4/+76
2011-07-27Add an incomplete write mode to the test-streamSjoerd Simons1-1/+9
2011-03-17porter-test: remove stray g_print (G_STRFUNC)sWill Thompson1-4/+0
2011-03-17Porter: test sending from send_async() callback.Will Thompson1-0/+103
2011-03-17Add a test case for closing a porter from a send_async callbackWill Thompson1-0/+68
2011-03-07Add wocky_porter_send_iq_gerror()Will Thompson1-0/+95
2011-03-07Add wocky_porter_send_iq_error()Will Thompson1-4/+130
2011-03-03Rename send-iq-error test to error-while-sending-iqWill Thompson1-2/+3
2011-03-03Add wocky_porter_acknowledge_iq()Will Thompson1-0/+149
2011-03-01porter: move from_server register variant to c2s porterJonny Lamb1-1/+2
2011-02-28porter: turn the porter into an interface and implement it in a C2S porterJonny Lamb1-2/+2
2011-02-16Porter: make sender matching for handlers explicit.Will Thompson1-45/+201
2011-02-16Porter: fix matching handlers from JIDs sans node partWill Thompson1-0/+59
2010-10-20Test sending a stanza just before destroying porter.Will Thompson1-0/+49
2010-10-20Use wocky_stanza_get_{from,to}Will Thompson1-2/+1
2010-06-22Add simple tests for wocky_porter_get_full_jid and friendsSimon McVittie1-1/+7
2010-06-22Test what happens when the server replies with a different version of our bar...Simon McVittie1-0/+18
2010-06-22fd.o #26961: WockyPorter: have a full JID property, and derive the bare JID a...Simon McVittie1-1/+1
2010-06-22WockySession: have a full JID construct-time propertySimon McVittie1-2/+5
2010-04-20Rename WockyXmppNode to WockyNodeSjoerd Simons1-10/+10
2010-04-20Use wocky_stanza_get_top_node instead of ->nodeSjoerd Simons1-11/+17
2010-04-20Add shorthand for testing (in)equality of stanzasSjoerd Simons1-2/+2
2010-04-20Rename WockyXmppStanza to WockyStanzaSjoerd Simons1-117/+117
2010-04-13Use ASCII mnemonics throughout.Will Thompson1-71/+71
2010-04-13Use G_GNUC_NULL_TERMINATED for build spec-cy functionsWill Thompson1-73/+73
2010-02-26Use test_assert_nodes_[not_]equal() in testsWill Thompson1-2/+2
2010-02-25Don't leave a porter_close_async() waitingWill Thompson1-0/+6
2009-12-07Force close the porter after cancelling closeSjoerd Simons1-0/+22
2009-11-27Remove unused cancellable support in callback, rename according to convention.Vivek Dasmohapatra1-13/+4
2009-11-27Test the iq-recipient/sender-JIDs-are-not-normalised case.Vivek Dasmohapatra1-0/+90
2009-10-22Comments explaining the new avoid-double-close test.Vivek Dasmohapatra1-0/+16
2009-10-22Test for the double-force-close on remote-error case.Vivek Dasmohapatra1-0/+37
2009-09-24factor out common code of test_wait_iq_reply_close and test_wait_iq_reply_for...Guillaume Desmottes1-47/+33
2009-09-24rename WOCKY_PORTER_ERROR_FORCE_CLOSING to WOCKY_PORTER_ERROR_FORCIBLY_CLOSEDGuillaume Desmottes1-3/+5
2009-09-24error code when terminating send operations because of a force closing should...Guillaume Desmottes1-1/+1
2009-09-24test that pending send IQ operation are complete when we force the closing of...Guillaume Desmottes1-0/+72
2009-09-24pass the reason of the disconnection to the send IQ callbackGuillaume Desmottes1-1/+2
2009-09-24test that pending send IQ operation are complete when the remote connection i...Guillaume Desmottes1-0/+70
2009-09-01instantiate wocky sessions in testsGuillaume Desmottes1-2/+2
2009-08-13move stream errors definition to wocky-xmpp-stanza.hGuillaume Desmottes1-0/+1
2009-08-06add test_close_force_after_close_sentGuillaume Desmottes1-0/+56
2009-08-06test_close_force: test that the closing signal is not fired more than onceGuillaume Desmottes1-1/+16
2009-08-06porter: use WOCKY_PORTER_ERROR_CLOSING when completing a close operation beca...Guillaume Desmottes1-1/+1
2009-08-04use test_init and test_deinit in tests so memory is properly freed and valgri...Guillaume Desmottes1-4/+6
2009-07-29wocky-porter-test: add test_close_force_after_errorGuillaume Desmottes1-0/+56
2009-07-29test_close_force: we have to wait for 3 events, not 2Guillaume Desmottes1-1/+1