summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-07-14ifdef out the fakedns debugging, pretty sure it's working as advertised.Vivek Dasmohapatra1-1/+9
2009-07-14Duff header file entry removed.Vivek Dasmohapatra1-1/+0
2009-07-14Style & whitespace fixes.Vivek Dasmohapatra3-12/+13
2009-07-14Add new connector test suite (only first test so far)Vivek Dasmohapatra2-1/+254
2009-07-14More DEBUG statements.Vivek Dasmohapatra1-8/+17
2009-07-14Check some priv-> members for NULL before unrefing them.Vivek Dasmohapatra1-6/+12
2009-07-14Resolver class that lets us patch in fake SRV and A records for a domainVivek Dasmohapatra2-0/+393
2009-07-14Check in test plan for connector.Vivek Dasmohapatra1-0/+77
2009-07-14Reference use of new test-connector-server code.Vivek Dasmohapatra1-0/+103
2009-07-14Implement a simplistic TLS/SASL capable server for use in tests.Vivek Dasmohapatra1-26/+63
2009-07-141 arg per line in function signatures.Vivek Dasmohapatra2-8/+19
2009-07-14Style cleanups.Vivek Dasmohapatra2-28/+69
2009-07-14Finish modifying wocky-test-sasl-auth-server.c so that it can takeVivek Dasmohapatra3-18/+27
2009-07-14Begin modification of wocky-test-sasl-auth… et al to allow itsVivek Dasmohapatra3-42/+73
2009-07-14Renamed next_state to more descriptive xmpp_init, added comments describingVivek Dasmohapatra1-6/+10
2009-07-14Dummy XMPP Server for Connector tests (not complete yet)Vivek Dasmohapatra3-0/+384
2009-07-14add test_close_simultanouslyGuillaume Desmottes1-0/+54
2009-07-14wocky-porter-test: add test_unref_when_closedGuillaume Desmottes1-0/+40
2009-07-14teardown_test: check if porters have already been unreffedGuillaume Desmottes1-2/+4
2009-07-14Test sending an reply to an IQ with no "to" attribute.Jonny Lamb1-0/+24
2009-07-02test_send_iq: test sending a reply without idGuillaume Desmottes1-1/+8
2009-07-02add test_send_iq_serverGuillaume Desmottes1-0/+88
2009-07-02test_send_invalid_iq: sending an IQ without a recipient is actually validGuillaume Desmottes1-10/+0
2009-07-02Add a test for parsing the vcard namespaceSjoerd Simons1-0/+46
2009-07-02Add some porter tests to test handling unset from attribute stanzas.Jonny Lamb1-0/+72
2009-07-01wocky_porter_send_iq_finish returns a reffed stanzaGuillaume Desmottes1-0/+1
2009-07-01wocky-xmpp-connection-test: add test_recv_simple_message_in_one_chunkGuillaume Desmottes1-0/+37
2009-06-29Implement async writing to prevent race conditionsSjoerd Simons1-21/+52
2009-06-29test_cancel_sent_stanza_cancelled: wocky_porter_send_finish returns success i...Guillaume Desmottes1-5/+3
2009-06-29rename WockyXmppScheduler to WockyPorterGuillaume Desmottes4-188/+188
2009-06-26rename wocky_xmpp_scheduler_send_full_finish to wocky_xmpp_scheduler_send_finishGuillaume Desmottes1-7/+7
2009-06-25add test_send_invalid_iqGuillaume Desmottes1-0/+68
2009-06-25add test_handler_filterGuillaume Desmottes1-0/+80
2009-06-25handlers now return TRUE if they actually handled the stanzaGuillaume Desmottes1-14/+28
2009-06-25test_send_iq: send an IQ without IDGuillaume Desmottes1-1/+0
2009-06-25test_send_iq: rely on the type of IQ instead of its id to check if we cancel ...Guillaume Desmottes1-3/+6
2009-06-25test that spoofed IQ replies are ignoredGuillaume Desmottes1-0/+8
2009-06-25add test_send_iq_errorGuillaume Desmottes1-0/+45
2009-06-25test_send_iq: test cancelling an already sent IQGuillaume Desmottes1-2/+41
2009-06-25wocky_xmpp_scheduler_send_iq_async: use a GAsyncReadyCallback as reply callbackGuillaume Desmottes1-39/+9
2009-06-25rename wocky_xmpp_scheduler_send_with_reply_async to wocky_xmpp_scheduler_sen...Guillaume Desmottes1-11/+11
2009-06-25test to cancel an IQ reply cbGuillaume Desmottes1-1/+27
2009-06-25add test_send_with_replyGuillaume Desmottes1-0/+97
2009-06-25add test_set_attributeGuillaume Desmottes1-0/+32
2009-06-25test_node_equal: remove useless parenthesisGuillaume Desmottes1-3/+3
2009-06-25fix typo in test nameGuillaume Desmottes1-1/+1
2009-06-24test_cancel_sent_stanza_cancelled: don't leak the errorGuillaume Desmottes1-0/+1
2009-06-24wocky-xmpp-scheduler-test: add test_writing_errorGuillaume Desmottes1-0/+43
2009-06-24add wocky_test_output_stream_set_write_error to emulate writing errorsGuillaume Desmottes2-1/+22
2009-06-24test wocky_xmpp_stanza_build_iq_errorGuillaume Desmottes1-0/+59