Age | Commit message (Expand) | Author |
2013-09-12 | ElementTree._escape_cdata isn't reliable across Python versions. | Lance Stout |
2013-09-12 | Merge pull request #254 from barreverte/develop | Lance Stout |
2013-09-05 | Merge branch 'xep_0323_325' of git://github.com/joachimlindborg/SleekXMPP int... | Lance Stout |
2013-08-30 | First implementation of the xep_0323 and xep_325 used in IoT systems. Tests a... | Joachim Lindborg |
2013-07-30 | tostring.escape : optimization | Jean-Philippe Caruana |
2013-07-26 | refactor: no import * in tests | Jean-Philippe Caruana |
2013-06-29 | Adjust get_roster to always return, even with invalid JIDs | Lance Stout |
2013-06-19 | Add test for nodeprep idempotency after explicitly using Unicode 3.2 | Lance Stout |
2013-05-17 | First test stanza | Joachim Lindborg |
2013-03-28 | Remove `roster_received` event | Anton Ryzhov |
2013-03-11 | Prevent race condition in pubsub test. | Lance Stout |
2013-02-25 | Merge branch 'develop' | Lance Stout |
2013-02-22 | Don't use internally deprecated methods | Anton Ryzhov |
2013-02-14 | Resolve most Python3.3 related issues. | Lance Stout |
2013-01-26 | Get tests to pass again. | Lance Stout |
2013-01-20 | Update tests for XEP-0092 | Lance Stout |
2012-10-31 | Relax timing issues in Iq timeout callback test. | Lance Stout |
2012-10-31 | Allow IQ timeouts to be asynchronous, by passing a timeout_callback parameter... | Joe Hildebrand |
2012-10-31 | Turns out not all data is UTF-8, so don't try to decode it. | Lance Stout |
2012-09-25 | Fix RSM tests | Lance Stout |
2012-09-24 | Simplify stringifying XML | Lance Stout |
2012-07-24 | Add support for using CDATA for escaping. | Lance Stout |
2012-07-24 | Fix JID validation bugs, add lots of tests. | Lance Stout |
2012-07-24 | Add validation for JIDs. | Lance Stout |
2012-06-22 | Resolve xml:lang issue with duplicated elements depending on ordering. | Lance Stout |
2012-06-19 | Ordering fixes for Python3.3 | Lance Stout |
2012-06-18 | Add initial support for xml:lang for streams and stanza plugins. | Lance Stout |
2012-05-05 | Tidy up and add tests for multi_attrib plugins. | Lance Stout |
2012-04-30 | Collapse initial payload to a single stanza instead of a list if only one sta... | Lance Stout |
2012-04-30 | Add full support for initial payloads with adhoc commands, plus test. | Lance Stout |
2012-04-07 | Prevent roster_update from firing twice after retrieving the roster. | Lance Stout |
2012-03-27 | Add tests for bool_interfaces. | Lance Stout |
2012-03-19 | Fix unicode issues in test cases for Py3+ introduced by issue #150. | Lance Stout |
2012-03-19 | Merge pull request #150 from correl/rpc_value_fixes | Lance Stout |
2012-03-16 | Expand support for XEP-0184. | Lance Stout |
2012-03-12 | Add tests for new plugin manager. | Lance Stout |
2012-03-10 | Resolve plugin dependency chains with XEP-0115. | Lance Stout |
2012-03-07 | Add tests for roster versioning. | Lance Stout |
2012-02-19 | Update XEP-0085 plugin to work with both ElementTree and cElementTree | Lance Stout |
2012-02-17 | Updated XEP-0009 to handle unicode strings | Correl Roush |
2012-02-03 | Add more XEP-0047 tests. | Lance Stout |
2012-02-03 | Fix infinite callback loop. | Lance Stout |
2012-02-03 | Merge remote-tracking branch 'whooo/master' into develop | Lance Stout |
2012-02-02 | Fix data stanza based on test results. | Lance Stout |
2012-02-02 | Added plugin for XEP-0184 | Erik Larsson |
2012-01-11 | update_caps() can now do presence broadcasting. | Lance Stout |
2011-12-28 | Add caching support to xep_0030. | Lance Stout |
2011-12-27 | Merge branch 'develop' into develop-1.1 | Lance Stout |
2011-12-20 | XEP-0009: Updated tests to work in python 3 | Correl Roush |
2011-12-20 | XEP-0009: Added value conversion unit tests | Correl Roush |