summaryrefslogtreecommitdiff
path: root/sleekxmpp/test
AgeCommit message (Expand)Author
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-25Handle sending stanzas in chunks if the socket has poor performance.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
2010-10-14don't import statemachineNathan Fritz
2010-10-14fixed stream testsNathan Fritz
2010-10-14fixed socket name collision in xmlstream.py and fixed python 3.x compatibilityNathan Fritz
2010-10-07SleekTest may now run against a live stream.Lance Stout
2010-10-07Unit test reorganization.Lance Stout