summaryrefslogtreecommitdiff
path: root/sleekxmpp
AgeCommit message (Expand)Author
2010-12-17Make tests pass for catching exceptions.Lance Stout
2010-12-17Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2010-12-17RootStanza raises unexpected exceptionsFlorent Le Coz
2010-12-16Almost done with xep-30; added more docs.Lance Stout
2010-12-16Use daemon threads instead of signals.Lance Stout
2010-12-16Updated the list of plugins in sleekxmpp.plugins.__init__Lance Stout
2010-12-16Fixed specifying 'from' values in XEP-0045 plugin.Lance Stout
2010-12-16Added support for using SSL CA certificates.Lance Stout
2010-12-16Added MUC invite handler to XEP-0045 plugin.Lance Stout
2010-12-16Use boundjid in plugins instead of the deprecated accessors.Lance Stout
2010-12-16Some Python 3.1+ compatibility fixes.Lance Stout
2010-12-16Added more options to the make_iq_* methods.Lance Stout
2010-12-15Implement a few more static node handlers.Lance Stout
2010-12-15And some more docs.Lance Stout
2010-12-15The documentation effort continues.Lance Stout
2010-12-13Update some docs.Lance Stout
2010-12-09First pass at a new XEP-0030 plugin.Lance Stout
2010-12-07Add support for using xml:lang values.Lance Stout
2010-12-07Fix several errors in SleekTest.Lance Stout
2010-12-07Actually make the Iq callbacks work for real.Lance Stout
2010-12-07Added option for iq.send to accept a callhandler.Lance Stout
2010-11-18Fixed typoLance Stout
2010-11-18Adding stream tests for XEP-0030.Lance Stout
2010-11-18XEP-0030 bug fixes.Lance Stout
2010-11-18Add rename_node method to disco plugin.Lance Stout
2010-11-18Added __repr__ for JIDs.Lance Stout
2010-11-17Fix stream test errors.Lance Stout
2010-11-17Fix Node set to None error.Lance Stout
2010-11-17Fixed some live stream test errors.Lance Stout
2010-11-17Fix RESPONSE_TIMEOUT dependency loops.Lance Stout
2010-11-17Make live stream tests work better.Lance Stout
2010-11-16scheduler no longer waits for the next event before exitingsleek-1.0-Beta41.0-Beta4Nathan Fritz
2010-11-16xep_0199 ping now uses scheduler instead of dedicated threadsleek-1.0-Beta31.0-Beta3Nathan Fritz
2010-11-10Add a groupchat_subject eventFlorent Le Coz
2010-11-09Doesn't fail if host has NO SRV recordFlorent Le Coz
2010-11-06Logging no longer uses root logger.Lance Stout
2010-11-05Simplified SleekTest.Lance Stout
2010-11-04Fix bug introduced while fixing another bug.Lance Stout
2010-11-04fixed indent errorsNathan Fritz
2010-11-03Fixes for XEP-0199 plugin.Lance Stout
2010-11-03Merge branch 'develop' of github.com:fritzy/SleekXMPP into developLance Stout
2010-11-03Catch exceptions for direct events.Lance Stout
2010-11-03Updated namespaced used in the XEP-0199 plugin.Lance Stout
2010-10-31Fix bug in XEP-0030 plugin.Lance Stout
2010-10-28Added try/except for setting signal handlers.Lance Stout
2010-10-27SSL and signal fixes.Lance Stout
2010-10-25Added XEP-202 Entity Time plugin.Lance Stout
2010-10-25Added XEP-0012 Last Activity plugin.Lance Stout
2010-10-25Made exceptions work.sleek-1.0-Beta21.0-Beta2Lance Stout
2010-10-25Fixed bug in presence subscription handling.Lance Stout