summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/__init__.py
AgeCommit message (Expand)Author
2012-10-19Add support for XEP-0257: Client Certificate Management for SASL EXTERNALLance Stout
2012-09-26Add support for XEP-0091: Legacy Delayed DeliveryLance Stout
2012-09-26Add support for XEP-0013: Flexible Offline Message RetrievalLance Stout
2012-09-25Add support for XEP-0313: Message Archive ManagementLance Stout
2012-09-25Add XEP-0308 Last Message Correction supportLance Stout
2012-09-25Add support for XEP-0280 Message CarbonsLance Stout
2012-09-24Add XEP-0297: Stanza Forwarding supportLance Stout
2012-09-11Add support for XEP-0049: Private XML StorageLance Stout
2012-09-04Add support for XEP-0279: Server IP CheckLance Stout
2012-09-04Add support for XEP-0235: OAuth over XMPPLance Stout
2012-07-30Add XEP-0242 plugin for 2010 Client ComplianceLance Stout
2012-07-30Add initial support for XEP-0016 Privacy ListsLance Stout
2012-07-28Add support for XEP-0131: Standard Headers and Internet MetadataLance Stout
2012-07-24Add plugin for advertising XEP-0106 support.Lance Stout
2012-07-22Add XEP-0133 support, which just makes the appropriate XEP-0050 calls.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-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-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-18Update plugin list, fix syntax error.Lance Stout
2012-06-18Initial support for XEP-0258Lance Stout
2012-06-18Add initial XEP-0084 support.Lance Stout
2012-04-09Add initial support for XEP-0153.Lance Stout
2012-04-08Initial support for XEP-0231.Lance Stout
2012-04-07Add initial XEP-0054 plugin.Lance Stout
2012-04-06Add support for XEP-0027Lance Stout
2012-03-18Add initial support for XEP-0198 for stream management.Lance Stout
2012-03-12Handle loading plugins on demand.Lance Stout
2012-03-12Introduce new plugin system.Lance Stout
2012-03-11Update plugin list and use correct names.Lance Stout
2012-03-11Add support for XEP-0108: User Activity.Lance Stout
2012-03-11Expand support of XEP-0172 (user nickname) to include PEP.Lance Stout
2012-03-10Add support for XEP-0107, User Mood.Lance Stout
2012-03-10Add support for XEP-0080.Lance Stout
2012-03-10Resolve plugin dependency chains with XEP-0115.Lance Stout
2012-01-15Tidy up and update the plugin __init__ file.Lance Stout
2011-08-06Fix XEP-0078 using the new stream feature workflow.Lance Stout
2011-08-04Fix imports using __all__.Lance Stout
2011-08-04Actually, we can work around needing dateutil.Lance Stout
2011-08-04Sadly, dateutil is not actually part of the standard lib.Lance Stout
2011-07-03Added XEP-0224 Attention plugin.Lance Stout
2011-07-03Added XEP-0203 Delayed Delivery plugin.Lance Stout
2010-12-16Updated the list of plugins in sleekxmpp.plugins.__init__Lance Stout
2010-11-05Simplified SleekTest.Lance Stout
2010-10-25Added XEP-202 Entity Time plugin.Lance Stout
2010-10-25Added XEP-0012 Last Activity plugin.Lance Stout
2010-10-20pep8 fixes on core libraryNathan Fritz