summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins
AgeCommit message (Collapse)Author
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-11Don't perform caps lookup if the disco info is already known.Lance Stout
2012-09-04Add support for XEP-0279: Server IP CheckLance Stout
2012-09-04Add support for XEP-0235: OAuth over XMPPLance Stout
2012-08-24Add catch-all chatstate event.Lance Stout
2012-08-24Fix get_blocked() in XEP-0191Florian Fieber
2012-08-13Handle Iq errors/timeouts in XEP-0153 hash reset.Lance Stout
2012-08-07Save a user's chosen, persistent nickname in the MUC roster data as 'alt_nick'Lance Stout
The use of <nick /> elements in MUCs is now discouraged in XEP-0172, however.
2012-07-31Fix disco in XEP-0050 plugin.Lance Stout
Closes issue #191
2012-07-30Add XEP-0242 plugin for 2010 Client ComplianceLance Stout
2012-07-30Add initial support for XEP-0016 Privacy ListsLance Stout
2012-07-30Update and integrate Suelta.Lance Stout
2012-07-28Add support for XEP-0131: Standard Headers and Internet MetadataLance Stout
2012-07-27Restrict caps updates to available presences (not subscriptions, etc).Lance Stout
2012-07-27Only broadcast vCard hashes for available presences (not subscriptions, etc).Lance Stout
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
This makes updating the config after plugin initialization much easier.
2012-07-26Don't include a 'from' JID when requesting vCards as a client.Lance Stout
2012-07-26Fix logging statement for MUC invitations.Lance Stout
2012-07-25Fix avatar hash advertising.Lance Stout
2012-07-24Fix publish vcard avatars, and PEP avatar metadata.Lance Stout
2012-07-24Standardize importing of queue class.Lance Stout
This will make it easier to enable gevent support.
2012-07-24Add plugin for advertising XEP-0106 support.Lance Stout
2012-07-23old clients still support xep-184/1.0 versionekini
Now psi (and probably miranda) correctly receive delivery receipts.
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
Closes issue #184
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
All plugins may now simply define a session_bind method where disco features and other actions which require the bound JID may be done.
2012-07-09Fix issues of disco info leaking between entities with the same bare JIDs.Lance Stout
To ensure that disco info, or any settings which depend on the bound JID, are correct, only set such information on or after the session_bound event has fired.
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
There are still a few remaining items in the RFCs to add support for, but the current plugin support matches the advanced client profile.
2012-06-22Add meta plugin for XEP-0270, 2010 compliance suite.Lance Stout
Registering this plugin will load the plugins required for advanced client compliance status.
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