summaryrefslogtreecommitdiff
path: root/sleekxmpp/features/__init__.py
AgeCommit message (Collapse)Author
2012-07-30Add stream feature for server support of subscription pre-approvals.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-03-12Update the list of all stream feature plugins.Lance Stout
2012-03-07Add support for roster versioning.Lance Stout
This was XEP-0237, but is now part of RFC 6121. Roster backends should now expose two additional methods: version(jid): Return the version of the given JID's roster. set_version(jid, version): Update the version of the given JID's roster. A new state field will be passed to the backend if an item has been marked for removal. This is 'removed' which will be set to True.
2011-08-04Fix imports using __all__.Lance Stout
2011-07-02It isn't 2010 anymore.Lance Stout
I keep forgetting to update the copyright on new code.
2011-07-01Continued reorganization and streamlining.Lance Stout
2011-06-30Reorganize features into plugins.Lance Stout