summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza
AgeCommit message (Expand)Author
2011-06-01IqTimeout now references the original sent stanza.Lance Stout
2011-06-01Begin experimental use of exceptions.Lance Stout
2011-05-31Merge branch 'develop' into stream_featuresLance Stout
2011-05-31Merge branch 'develop' into rosterLance Stout
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-05-20Merge branch 'develop' into stream_featuresLance Stout
2011-04-08Merge branch 'develop' into rosterLance Stout
2011-04-08Use underscore method name.Lance Stout
2011-03-18Fix error with session feature.Lance Stout
2011-02-14Merge branch 'develop' into stream_featuresLance Stout
2011-02-14Merge branch 'develop' into rosterLance Stout
2011-02-14Remap old method names in a better way.Lance Stout
2011-02-13Return the name of the registered callback.Lance Stout
2011-02-12Return the registered callback when using iq.send(callback=foo).Lance Stout
2011-02-11XMPPError exceptions can keep a stanza's contents.Lance Stout
2011-02-02Merge branch 'develop' into rosterLance Stout
2011-01-28First pass at re-worked stream features.Lance Stout
2011-01-27Make StreamError work properly.Lance Stout
2011-01-19Fix namespace for Nick stanza.Lance Stout
2011-01-16Add StreamError stanza and a stream_error event.Lance Stout
2011-01-13Merge branch 'develop' into rosterLance Stout
2011-01-12Fix ordering error in Iq._set_stanza_values.Lance Stout
2010-12-21Merge branch 'develop' into rosterLance Stout
2010-12-17Make tests pass for catching exceptions.Lance Stout
2010-12-17RootStanza raises unexpected exceptionsFlorent Le Coz
2010-12-13Merge branch 'develop' into rosterLance 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-18Merge branch 'develop' of github.com:fritzy/SleekXMPP into rosterLance Stout
2010-11-17Fix RESPONSE_TIMEOUT dependency loops.Lance Stout
2010-11-17First pass at integrating the new roster manager.Lance Stout
2010-11-06Logging no longer uses root logger.Lance Stout
2010-10-21presence no longer replies when exception is caught and tweaks to presence ev...Nathan Fritz
2010-10-17Underscore names by default.Lance Stout
2010-10-16Cleanup, restore PEP8.Lance Stout
2010-10-17Fix the error on non-number priorityFlorent Le Coz
2010-10-07Corrected test errors.Lance Stout
2010-10-06More PEP8 compliance cleanups.Lance Stout
2010-08-11Updated roster stanza with docs and PEP8 style.Lance Stout
2010-08-03Update nick stanza with documentation and PEP8 style.Lance Stout
2010-08-03Updated XHTML-IM stanza with documentation and PEP8 style.Lance Stout
2010-08-03Updated presence stanza with documentation and PEP8 style.Lance Stout
2010-08-03Updated message stanzas and tests with documentation and PEP8 style.Lance Stout
2010-07-30Added optional default value to _getAttr.Lance Stout
2010-07-29Updated, cleaned, and documented Iq stanza class. Also added unit tests.Lance Stout
2010-07-29Added unit tests for error stanzas. Corrected error in deleting conditions.Lance Stout
2010-07-29Updated error stanza to be PEP8 compliant and include documentation.Lance Stout
2010-07-29Fixed some PEP8 errors in RootStanza (trailing whitespace and line length)Lance Stout
2010-07-28Updated RootStanza to use registerStanzaPlugin, and be PEP8 compliant.Lance Stout
2010-07-26Replaced traceback calls to use logging.exception where applicable.Lance Stout