summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins
AgeCommit message (Expand)Author
2012-07-23old clients still support xep-184/1.0 versionekini
2012-07-22Add XEP-0133 support, which just makes the appropriate XEP-0050 calls.Lance Stout
2012-07-22Handle Windows newlines in XEP-0027.Lance Stout
2012-07-20Fix description of XEP-0222 plugin.Lance Stout
2012-07-20Add event for vCard avatar update.Lance Stout
2012-07-19Of course Peter goes and changes the XEP title the day after I implement it.Lance Stout
2012-07-16Add plugin for XEP-0191: Simple Communications BlockingLance Stout
2012-07-10Update plugins to use session_bind handler for disco, and use plugin_endLance Stout
2012-07-10Add default plugin session_bind handler.Lance Stout
2012-07-09Fix issues of disco info leaking between entities with the same bare JIDs.Lance Stout
2012-07-09Fix missing import in xep_0256 plugin.Lance Stout
2012-07-08Make sure that the last RSM stanza is returned from the iteratorErik Larsson
2012-06-22Fix plugin registration for single file plugins.Lance Stout
2012-06-22Add meta plugin for XEP-0302 for the 2012 compliance suite.Lance Stout
2012-06-22Add meta plugin for XEP-0270, 2010 compliance suite.Lance Stout
2012-06-22Change packaging for XEP-0256 to just a single file.Lance Stout
2012-06-22Add support for XEP-0256: Last Activity in PresenceLance Stout
2012-06-20Add support for XEP-0221: Data Forms Media ElementLance Stout
2012-06-20Add support for XEP-0186: Invisible CommandLance Stout
2012-06-19Ordering fixes for Python3.3Lance Stout
2012-06-19Remove usage of deprecated getchildren() method.Lance Stout
2012-06-19Don't compare against booleans using ==.Lance Stout
2012-06-19Limit except clause to just ImportErrors when loading plugins.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-06-18Use plugin_multi_attrib values to make vcards nicer.Lance Stout
2012-06-18Fix plugin_multi_attrib value for avatar pointers.Lance Stout
2012-06-18Fixed typo in _handle_get_vcard()Paulo Freitas
2012-06-18Update plugin list, fix syntax error.Lance Stout
2012-06-18Add initial support for XEPS 222 and 223.Lance Stout
2012-06-18Initial support for XEP-0258Lance Stout
2012-06-18Add initial XEP-0084 support.Lance Stout
2012-06-18Simplify and update XEP-0033 to latest plugin format.Lance Stout
2012-06-18Add initial support for xml:lang for streams and stanza plugins.Lance Stout
2012-06-13Fix loading cached disco identity data.Lance Stout
2012-06-06Don't request registration forms unless the register event is handled.Lance Stout
2012-05-14Add MUC events for room configuration changes.Lance Stout
2012-05-04Fix loading plugins from custom modules when passing the module itself.Lance 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-29Use the correct 'from' jid when requesting vcards for avatars.Lance Stout
2012-04-29Don't raise errors when receiving an iq error for vcards.Lance Stout
2012-04-09Add initial support for XEP-0153.Lance Stout
2012-04-08Initial support for XEP-0231.Lance Stout
2012-04-08Fix looking up local and cached vcards.Lance Stout
2012-04-08Fix errors in caps related to unwrapped disco data and full JIDs.Lance Stout
2012-04-08Ensure that wrapped disco results retain requesting iq id.Lance Stout
2012-04-07Add nickname element to the XEP-0054 plugin.Lance Stout
2012-04-07Add initial XEP-0054 plugin.Lance Stout
2012-04-06Add support for XEP-0027Lance Stout