slixmpp/sleekxmpp/plugins
Lance Stout 91155444c0 Resolve plugin dependency chains with XEP-0115.
The post_init() system can only reliably handle a single layer
of dependencies between plugins, but PEP plugins with XEP-0115
exceed that limit and plugins can be post_init'ed out of order. To
resolve this, we will special case XEP-0115 to be post_init'ed
first until the new plugin system with dependency tracking is
stable.
2012-03-10 12:48:35 -08:00
..
xep_0004 update_caps() can now do presence broadcasting. 2012-01-11 16:39:55 -08:00
xep_0009 Centralize references to ET to make switching implementations easier. 2012-02-19 20:26:40 -08:00
xep_0030 Fix instances of using undefined variables. 2012-02-18 11:56:10 -08:00
xep_0047 Add more XEP-0047 tests. 2012-02-03 16:29:38 +01:00
xep_0050 Merge pull request #132 from rhcarvalho/master 2012-01-02 13:10:46 -08:00
xep_0059 Fix detecting end of result set paging. 2012-01-18 19:57:49 -08:00
xep_0060 Add support for pubsub notification events. 2012-03-10 00:07:56 -08:00
xep_0066 Fix instances of using undefined variables. 2012-02-18 11:56:10 -08:00
xep_0077 Add basic start for a client side XEP-0077 plugin. 2012-01-19 02:37:36 -08:00
xep_0078 Fix instances of using undefined variables. 2012-02-18 11:56:10 -08:00
xep_0085 Update XEP-0085 plugin to work with both ElementTree and cElementTree 2012-02-19 20:28:31 -08:00
xep_0086
xep_0092 The ifrom parameter doesn't need special treatment. 2011-08-26 22:06:32 -07:00
xep_0115 Only auto-broadcast caps changes after a session has started. 2012-03-10 10:19:43 -08:00
xep_0118 Add user tune feature to disco, not just notifications. 2012-03-10 10:54:24 -08:00
xep_0128 Add caching support to xep_0030. 2011-12-28 10:16:31 -05:00
xep_0184 Fix XEP-0184 imports 2012-02-03 16:08:27 +01:00
xep_0199 Tidy up logging calls. 2011-11-19 12:07:57 -08:00
xep_0202 The ifrom parameter doesn't need special treatment. 2011-08-26 22:06:32 -07:00
xep_0203
xep_0224 Tidy up logging calls. 2011-11-19 12:07:57 -08:00
xep_0249
__init__.py Resolve plugin dependency chains with XEP-0115. 2012-03-10 12:48:35 -08:00
base.py
gmail_notify.py Tidy up logging calls. 2011-11-19 12:07:57 -08:00
jobs.py Tidy up logging calls. 2011-11-19 12:07:57 -08:00
old_0004.py
old_0009.py
old_0050.py
old_0060.py started transition to xep_0060 rewrite 2011-08-03 18:11:00 -07:00
xep_0012.py Tidy up logging calls. 2011-11-19 12:07:57 -08:00
xep_0033.py
xep_0045.py Tidy up logging calls. 2011-11-19 12:07:57 -08:00
xep_0082.py Allow XEP-0082 to return datetime objects without having to format and reparse. 2011-12-15 12:02:08 -08:00
xep_0163.py Fix XEP-0163's updating of caps. 2012-03-10 10:20:06 -08:00