summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-01-26Get tests to pass again.Lance Stout
2013-01-20Update tests for XEP-0092Lance Stout
2012-10-31Relax timing issues in Iq timeout callback test.Lance Stout
2012-10-31Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter...Joe Hildebrand
2012-10-31Turns out not all data is UTF-8, so don't try to decode it.Lance Stout
2012-09-25Fix RSM testsLance Stout
2012-09-24Simplify stringifying XMLLance Stout
2012-07-24Add support for using CDATA for escaping.Lance Stout
2012-07-24Fix JID validation bugs, add lots of tests.Lance Stout
2012-07-24Add validation for JIDs.Lance Stout
2012-06-22Resolve xml:lang issue with duplicated elements depending on ordering.Lance Stout
2012-06-19Ordering fixes for Python3.3Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
2012-05-05Tidy up and add tests for multi_attrib plugins.Lance Stout
2012-04-30Collapse initial payload to a single stanza instead of a list if only one sta...Lance Stout
2012-04-30Add full support for initial payloads with adhoc commands, plus test.Lance Stout
2012-04-07Prevent roster_update from firing twice after retrieving the roster.Lance Stout
2012-03-27Add tests for bool_interfaces.Lance Stout
2012-03-19Fix unicode issues in test cases for Py3+ introduced by issue #150.Lance Stout
2012-03-19Merge pull request #150 from correl/rpc_value_fixesLance Stout
2012-03-16Expand support for XEP-0184.Lance Stout
2012-03-12Add tests for new plugin manager.Lance Stout
2012-03-10Resolve plugin dependency chains with XEP-0115.Lance Stout
2012-03-07Add tests for roster versioning.Lance Stout
2012-02-19Update XEP-0085 plugin to work with both ElementTree and cElementTreeLance Stout
2012-02-17Updated XEP-0009 to handle unicode stringsCorrel Roush
2012-02-03Add more XEP-0047 tests.Lance Stout
2012-02-03Fix infinite callback loop.Lance Stout
2012-02-03Merge remote-tracking branch 'whooo/master' into developLance Stout
2012-02-02Fix data stanza based on test results.Lance Stout
2012-02-02Added plugin for XEP-0184Erik Larsson
2012-01-11update_caps() can now do presence broadcasting.Lance Stout
2011-12-28Add caching support to xep_0030.Lance Stout
2011-12-27Merge branch 'develop' into develop-1.1Lance Stout
2011-12-20XEP-0009: Updated tests to work in python 3Correl Roush
2011-12-20XEP-0009: Added value conversion unit testsCorrel Roush
2011-12-13Add tests for filters.Lance Stout
2011-12-11Fix iterable substanzas when added as normal plugin.Lance Stout
2011-11-21Fix stream handler test for multiple handlers to exist properly.Lance Stout
2011-11-19Add unit test for copying stanzas when passed to events.Lance Stout
2011-11-18Also fire changed_status when the status text changes for a resource.Lance Stout
2011-11-18Fix changed_status eventLance Stout
2011-11-14Explicitly test for inequality in JIDs.Lance Stout
2011-09-23Fix del_event_handler for Python3 (different semantics for filter()).Lance Stout
2011-09-01Add tests for pubsub error stanzasLance Stout
2011-09-01Add support for notify attribute when retracting an item.Lance Stout
2011-09-01Add ability to get global/node default subscription options.Lance Stout
2011-09-01Owners can modify subscriptions/affiliations. With tests.Lance Stout
2011-09-01Users can retrieve their affiliations now, with tests.Lance Stout
2011-09-01Add ability for a user to get retrieve subscriptions, with tests.Lance Stout