slixmpp/sleekxmpp
Lance Stout fc8a13df5a Allow disco info/items handlers to return full Iq stanzas.
Only allowing handlers to return a DiscoInfo/DiscoItem stanza works
for the majority of cases, but does not allow for the addition of
an RSM stanza, or other extensions.

An Iq stanza returned by a handler must already be configured as
a reply.
2011-12-12 19:38:32 -08:00
..
features Tidy up logging calls. 2011-11-19 12:07:57 -08:00
plugins Allow disco info/items handlers to return full Iq stanzas. 2011-12-12 19:38:32 -08:00
roster Ensure that saving a roster item includes the correct subscription value. 2011-11-28 15:00:35 -08:00
stanza This change stops sleekxmpp from spending huge amounts of time unnecessarily computing logging data that may never be used. This is a HUGE performance improvement; in some of my test runs, unnecessary string creation was accounting for > 60% of all CPU time. 2011-11-20 03:39:05 +08:00
test
thirdparty
xmlstream Fix iterable substanzas when added as normal plugin. 2011-12-11 17:04:58 -08:00
__init__.py
basexmpp.py Fix logging when loading plugins. 2011-12-09 20:57:08 -08:00
clientxmpp.py Updated last bit of core files to use new API format. 2011-12-05 20:37:47 -08:00
componentxmpp.py Updated last bit of core files to use new API format. 2011-12-05 20:37:47 -08:00
exceptions.py More doc updates 2011-12-05 08:55:05 -08:00
version.py