slixmpp/sleekxmpp/plugins/xep_0030
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
..
stanza
__init__.py
disco.py Allow disco info/items handlers to return full Iq stanzas. 2011-12-12 19:38:32 -08:00
static.py