Module disco
source code
Jabber Service Discovery support.
- Normative reference:
- 
    |  | __revision__ = '$Id: disco.py 666 2006-12-03 15:40:54Z jajcus $' | 
    |  | 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 Service Discovery cache fetchers into given
cache suite and using the stream provided.| register_disco_cache_fetchers(cache_suite,
        stream)
   | source code |  
    Parameters: |