summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza
AgeCommit message (Expand)Author
2011-05-27Don't use the send queue for stream initialization.Lance Stout
2011-04-08Use underscore method name.Lance 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-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-12Fix ordering error in Iq._set_stanza_values.Lance Stout
2010-12-17Make tests pass for catching exceptions.Lance Stout
2010-12-17RootStanza raises unexpected exceptionsFlorent Le Coz
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-17Fix RESPONSE_TIMEOUT dependency loops.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
2010-07-20Updated license notices to use the correct MIT format. Also corrected referen...Lance Stout
2010-07-20Updated presence stanza to include a 'show' interface. Presence stanza tests ...Lance Stout
2010-07-19Condensed all of the stanzaPlugin functions into a single registerStanzaPlugi...Lance Stout
2010-07-19Fixed error in updateRoster when the name keyword parameter is left out.Lance Stout
2010-06-02added very, very, very basic atom stanzaNathan Fritz
2010-05-31Added missing 'internal-server-error' condition to error stanza interface.Lance stout
2010-05-31Added 'resource-constraint' to the list of error conditions.Lance stout
2010-05-25Modified the return values for several methods so that they can be chained.Lance Stout
2010-05-25Added the error attribute 'code' to the Error object interface.Lance Stout
2010-05-12fixed a rather large memory leakNathan Fritz
2010-04-22bugfixes and continuing to work on pubsub testsNathan Fritz
2010-04-14adding tests, fixed stanzapath matching to match keys, fixed pubsub#owner sta...Nathan Fritz
2010-04-08fixed presence stanza. priority can be set.Matthias Rieber
2010-04-07fixed html-im stanza pluginNathan Fritz
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2010-03-26fixed bug #16 Roster not updatingNathan Fritz