summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza/error.py
AgeCommit message (Collapse)Author
2014-07-17Rename to slixmppFlorent Le Coz
2012-07-23Add 'by' attribute for error stanzas.Lance Stout
2012-06-19Fix assigning values to error stanzas.Lance Stout
The new data interfaces were deleting the actual error conditions if they were set afterward with falsy data.
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-18Add support for error conditions that include data.Lance Stout
2012-02-18More import cleanup based on pyflakes.Lance Stout
2011-08-31Added pubsub error stanza.Lance Stout
iq['error']['pubsub']['condition'] iq['error']['pubsub']['unsupported']
2011-07-02Fix ordering bug when retrieving an error condition.Lance Stout
2011-02-14Remap old method names in a better way.Lance Stout
This should prevent some reference cycles that will cause garbage collection issues.
2010-10-17Underscore names by default.Lance Stout
Stanza objects now accept the use of underscored names. The CamelCase versions are still available for backwards compatibility, but are discouraged. The property stanza.values now maps to the old getStanzaValues and setStanzaValues, in addition to _set_stanza_values and _get_stanza_values.
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-20Updated license notices to use the correct MIT format. Also corrected ↵Lance Stout
references to nonexistant license.txt to LICENSE.
2010-07-19Condensed all of the stanzaPlugin functions into a single ↵Lance Stout
registerStanzaPlugin function. Updated plugins and tests to use new function.
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-25Added the error attribute 'code' to the Error object interface.Lance Stout
2010-05-12fixed a rather large memory leakNathan Fritz
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2009-12-15* added error, htmlim, roster, and nick stanza pluginsNathan Fritz