summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0199.py
AgeCommit message (Expand)Author
2011-02-11Updated XEP-0199 plugin.Lance Stout
2011-02-10added option to return false on ping error, added ping exampleNathan Fritz
2011-01-23My hunch is that these should also be updated.Stefan de Konink
2010-11-16xep_0199 ping now uses scheduler instead of dedicated threadsleek-1.0-Beta31.0-Beta3Nathan Fritz
2010-11-06Logging no longer uses root logger.Lance Stout
2010-11-04fixed indent errorsNathan Fritz
2010-11-03Fixes for XEP-0199 plugin.Lance Stout
2010-11-03Updated namespaced used in the XEP-0199 plugin.Lance Stout
2010-07-20Updated license notices to use the correct MIT format. Also corrected referen...Lance Stout
2010-07-19Can now pass a name to add_handler so that the handler can be reliably remove...Lance Stout
2010-05-26plugins now are checked for post_init having ran when process() is calledNathan Fritz
2010-05-26Fixed error registering a plugin. To add a feature to another plugin, it shou...Hernan E Grecco
2010-04-07replaced usage of deprecated iq result on send. Fixed old send result to use ...Nathan Fritz
2009-08-31* converted sleekxmpp to Python 3.xNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz