Module disco
source code
Jabber Service Discovery support.
- Normative reference:
-
|
DISCO_NS = ' http://jabber.org/protocol/disco '
|
|
DISCO_ITEMS_NS = ' http://jabber.org/protocol/disco#items '
|
|
DISCO_INFO_NS = ' http://jabber.org/protocol/disco#info '
|
|
__package__ = ' pyxmpp.jabber '
|
Imports:
warnings,
libxml2,
common_doc,
common_root,
JID,
cache,
to_utf8,
StanzaPayloadWrapperObject,
ProtocolError
register_disco_cache_fetchers(cache_suite,
stream)
| source code
|
Register Service Discovery cache fetchers into given
cache suite and using the stream provided.
- Parameters:
|