summaryrefslogtreecommitdiff
path: root/setup.py
AgeCommit message (Collapse)Author
2013-02-10Merge branch 'develop'Lance Stout
2013-01-26Add Google plugins to setup.pyLance Stout
2013-01-26Add proper XEP-0071 plugin.Lance Stout
2013-01-04Merge branch 'master' into developLance Stout
2013-01-04Add XEP-0048 supportLance Stout
2012-10-19Merge branch 'master' into developLance Stout
2012-10-19Add support for XEP-0257: Client Certificate Management for SASL EXTERNALLance Stout
2012-09-28Merge branch 'master' into developLance 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
NOTE: XEP-0313 is still very experimental, and there will likely be API changes in the future.
2012-09-25Add XEP-0308 Last Message Correction supportLance Stout
2012-09-25Merge branch 'master' into developLance Stout
2012-09-25Add support for XEP-0280 Message CarbonsLance Stout
2012-09-24Add XEP-0297: Stanza Forwarding supportLance Stout
2012-09-13Merge branch 'master' into developLance 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-31Merge branch 'master' into developLance Stout
Conflicts: sleekxmpp/thirdparty/__init__.py
2012-07-30Add initial support for XEP-0016 Privacy ListsLance Stout
2012-07-30Fix setup.py after moving SASL stuff.Lance Stout
2012-07-30Merge branch 'master' into developLance Stout
2012-07-28Add support for XEP-0131: Standard Headers and Internet MetadataLance Stout
2012-07-24Merge branch 'master' into developLance Stout
2012-07-24Add validation for JIDs.Lance Stout
2012-07-16Merge branch 'master' into developLance Stout
2012-07-16Add plugin for XEP-0191: Simple Communications BlockingLance 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-20Merge branch 'master' into developLance 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-19Merge branch 'master' into developLance Stout
Conflicts: sleekxmpp/basexmpp.py
2012-06-18Initial support for XEP-0258Lance Stout
2012-06-18Add initial XEP-0084 support.Lance Stout
It does not auto-retrieve and store avatars yet, but everything is there to do so.
2012-06-18Simplify and update XEP-0033 to latest plugin format.Lance Stout
2012-06-09Added the xep_0065 plugin in the setup.pySandro Munda
2012-05-22Add better certificate handling.Lance Stout
Certificate host names are now matched (using DNS, SRV, XMPPAddr, and Common Name), along with expiration check. Scheduled event to reset the stream once the server's cert expires. Handle invalid cert trust chains gracefully now.
2012-04-09Update setup.py with the latest plugins.Lance Stout
2012-03-18Add initial support for XEP-0198 for stream management.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-10Add support for XEP-0118.Lance Stout
See examples/user_tune.py for a demonstration using the currently playing song in iTunes.
2012-03-08Fix setup.py to include the rosterver stream feature plugin.Lance Stout
2012-02-03Merge remote-tracking branch 'whooo/master' into developLance Stout
2012-02-02Initial, mostly working XEP-0047 plugin.Lance Stout
This is inspired by the version from macdiesel and tomstrummer, but their version was heavily linked with XEP-0096 and focused solely on file transfer. This version is a more generic implementation.
2012-02-02Added plugin for XEP-0184Erik Larsson