summaryrefslogtreecommitdiff
path: root/sleekxmpp/test/sleektest.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2014-02-14Allow IQ processing based on only id value before the session is bound.Lance Stout
2014-02-03Fix verifying 'from' for IQ results.Lance Stout
2013-07-26optimize importsJean-Philippe Caruana
2012-09-25Add XEP-0308 Last Message Correction supportLance Stout
2012-07-24Standardize importing of queue class.Lance Stout
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
2012-04-22Track threads to ensure all have exited when disconnecting.Lance Stout
2012-04-08Add a prefix to stanza ID values to ensure that they are unique per client.Lance Stout
2012-02-19xml.etree.ElementTree raises ExpatError instead of SyntaxError or ParseError.Lance Stout
2012-01-18Revert "Remove stream feature handlers on session_start."Lance Stout
2012-01-17Remove stream feature handlers on session_start.Lance Stout
2011-09-28Allow SASL mechanism to be set when creating a ClientXMPP instance.Lance Stout
2011-09-28Expand live stream testing capabilities.Lance Stout
2011-08-31Create a tox config for automating tests for different Python versions.Lance Stout
2011-08-25Simplify the main process loop.Lance Stout
2011-08-12Merge branch 'develop' into rosterLance Stout
2011-08-12Merge branch 'exceptions' into developNathan Fritz
2011-08-04Cosmetic PEP8 fixes.Lance Stout
2011-06-01Begin experimental use of exceptions.Lance Stout
2011-05-31Merge branch 'develop' into rosterLance Stout
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-05-27Added support for testind disconnect errors.Lance Stout
2011-05-20Save progressLance Stout
2011-05-20Fix double roster entry issue with Unicode.Lance Stout
2011-04-26Merge branch 'develop' into rosterLance Stout
2011-04-26Add support for testing that no stanzas are sent in tests.Lance Stout
2011-03-24Merge branch 'develop' into rosterLance Stout
2011-03-23Allow SleekTest to wait longer when checking for sent stanzas.Lance Stout
2011-02-02Merge branch 'develop' into rosterLance Stout
2011-01-26Cleanup for stanzabase.Lance Stout
2010-12-13Merge branch 'develop' into rosterLance Stout
2010-12-07Fix several errors in SleekTest.Lance Stout
2010-12-07Added option for iq.send to accept a callhandler.Lance Stout
2010-11-18Adding stream tests for XEP-0030.Lance Stout
2010-11-18Merge branch 'develop' of github.com:fritzy/SleekXMPP into rosterLance Stout
2010-11-17Fix stream test errors.Lance Stout
2010-11-17Fixed some live stream test errors.Lance Stout
2010-11-17Merge branch 'develop' into rosterLance Stout
2010-11-17Make live stream tests work better.Lance Stout
2010-11-17More cleanup.Lance Stout
2010-11-17Cleaned up names.Lance Stout
2010-11-17First pass at integrating the new roster manager.Lance Stout
2010-11-05Simplified SleekTest.Lance Stout
2010-10-24Fixed resource bug in JIDs.Lance Stout
2010-10-24Make SleekTest streams register all plugins.Lance Stout
2010-10-17Underscore names by default.Lance Stout
2010-10-14fixed stream test not disconnecting cleanlyNathan Fritz