summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0050/adhoc.py
AgeCommit message (Expand)Author
2014-07-17Rename to slixmppFlorent Le Coz
2013-01-25Tighten up session checks in XEP-0050 plugin.Lance Stout
2012-07-31Fix disco in XEP-0050 plugin.Lance Stout
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
2012-07-10Update plugins to use session_bind handler for disco, and use plugin_endLance Stout
2012-04-30Collapse initial payload to a single stanza instead of a list if only one sta...Lance Stout
2012-04-30Add full support for initial payloads with adhoc commands, plus test.Lance Stout
2012-04-30Allow providing initial payload to adhoc commands.Lance Stout
2012-04-03Fix memory leak with adhoc command sessions.Lance Stout
2012-03-12Ensure the adhoc command items node exists.Lance Stout
2012-03-12Move XEP-0050 to new system.Lance Stout
2012-01-02Merge pull request #132 from rhcarvalho/masterLance Stout
2012-01-02Fix a typo in several files.Rodolfo Carvalho
2011-12-04Ensure that adhoc command clients have form plugin registered.Lance Stout
2011-11-19Tidy up logging calls.Lance Stout
2011-11-20This change stops sleekxmpp from spending huge amounts of time unnecessarily ...Vijay Pandurangan
2011-08-26The ifrom parameter doesn't need special treatment.Lance Stout
2011-08-13Update XEP-0050 to use new IQ exceptions.Lance Stout
2011-08-04Cosmetic PEP8 fixes.Lance Stout
2011-06-08Fix XEP-0050 issue with Unicode string type checking.Lance Stout
2011-03-24Added new XEP-0050 implementation.Lance Stout