summaryrefslogtreecommitdiff
path: root/sleekxmpp/stanza/htmlim.py
AgeCommit message (Collapse)Author
2010-08-03Updated XHTML-IM stanza with documentation and PEP8 style.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-12fixed a rather large memory leakNathan Fritz
2010-04-07fixed html-im stanza pluginNathan Fritz
2010-03-26changed license to MITsleek-0.9RC10.9RC1Nathan Fritz
2009-12-17* fixed many stanza bugsNathan Fritz
* added stanza unhandled (unhandled iqs now reply with feature-not-implemented) * added stanza exceptions (stanzas may now reply with exceptions when their handler raises an exception)
2009-12-15* added error, htmlim, roster, and nick stanza pluginsNathan Fritz