summaryrefslogtreecommitdiff
path: root/sleekxmpp/test/livesocket.py
AgeCommit message (Collapse)Author
2012-07-24Standardize importing of queue class.Lance Stout
This will make it easier to enable gevent support.
2011-08-25Handle sending stanzas in chunks if the socket has poor performance.Lance Stout
2011-05-27Added support for testind disconnect errors.Lance Stout
2010-11-17Fixed some live stream test errors.Lance Stout
Added test demonstrating using multiple stream clients in a single test.
2010-10-07SleekTest may now run against a live stream.Lance Stout
Moved SleekTest to sleekxmpp.test package. Corrected error in XML compare method. Added TestLiveSocket to run stream tests against live streams. Modified XMLStream to work with TestLiveSocket.