summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-11-22Some more docs house cleaningLance Stout
2011-11-22Update docs for tostringLance Stout
2011-11-21Moar docs!Lance Stout
2011-11-21Add more stanzabase docsLance Stout
2011-11-21Fix stream handler test for multiple handlers to exist properly.Lance Stout
2011-11-21Update stanzabase docsLance Stout
2011-11-20Update docs indexLance Stout
2011-11-20Ensure that reconnection happens properly after connection loss.Lance Stout
2011-11-20Convert daemon threads back into normal threads.Lance Stout
2011-11-19Tidy up logging some moreLance Stout
2011-11-19Fix logging exceptions from formatting issues.Lance Stout
2011-11-19Pass generic connection errors to XMLStream.exception()Lance Stout
2011-11-19Use a list comprehension instead of filter() to work with Python3.Lance Stout
2011-11-19Add unit test for copying stanzas when passed to events.Lance Stout
2011-11-19Merge remote-tracking branch 'vijayp/master' into HEADLance Stout
2011-11-19double copyVijay Pandurangan
2011-11-19elide unnecessary copyVijay Pandurangan
2011-11-19remove unnecessary copies when only one handler matches. This was taking up ~...Vijay Pandurangan
2011-11-19Tidy up logging calls.Lance Stout
2011-11-20This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-11-19This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-11-18Bump next release version to 1.0-RC4Lance Stout
2011-11-18Remove the config_component example in favor of echo_component.sleek-1.0-RC31.0-RC3Lance 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-17Add echo component example.Lance Stout
2011-11-14Simplify boilerplate example.Lance Stout
2011-11-14Update list of stable releases.Lance Stout
2011-11-14No need to continue processing loop if an error ocurred and auto_reconnect=Fa...Lance Stout
2011-11-14Fix typoLance Stout
2011-11-14Explicitly test for inequality in JIDs.Lance Stout
2011-11-11Add use_ssl parameter to ClientXMPP.connectLance Stout
2011-11-08Don't just call self.disconnect in self.reconnect.Lance Stout
2011-11-08Use setuptools if available.Lance Stout
2011-11-07Continue trying to reconnect, even if the attempt fails.Lance Stout
2011-11-06Fix a crash when removing a contact.Lance Stout
2011-11-06Restore original behaviour for auto_authorize and auto_subscribe.Lance Stout
2011-10-27FIX SCRAM-SHA-1-PLUSLance Stout
2011-10-11Update the docs for XEP-0060 publish method.Lance Stout
2011-10-10Fix MUC methods to optionally specify the sending JID.Lance Stout
2011-10-08Break reference cycle to fix potential memory leaks for callback handlers.Lance Stout
2011-10-07Fix typos in the roster update method.Lance Stout
2011-10-05XEP-0009 will likely be updated to use <base64 /> instead of <Base64 />Lance Stout
2011-10-04Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2011-10-04Fix missing import statement.Lance Stout
2011-10-03Merge pull request #104 from correl/developLance Stout
2011-10-03Make RPC events threadedCorrel Roush
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-09-23Fix del_event_handler for Python3 (different semantics for filter()).Lance Stout