Home | Trees | Index | Help |
|
---|
|
Jabber Service Discovery support.
Classes | |
---|---|
DiscoCacheFetcherBase |
Base class for disco cache fetchers. |
DiscoIdentity |
An <identity/> element of disco#info reply. |
DiscoInfo |
A disco#info response object. |
DiscoItem |
An item of disco#items reply. |
DiscoItems |
A disco#items response or publish-request object. |
Exceptions | |
---|---|
DiscoError |
Raised on disco related error |
Function Summary | |
---|---|
Register Service Discovery cache fetchers into given cache suite and using the stream provided. |
Variable Summary | |
---|---|
str |
__revision__ = '$Id: disco.py 616 2005-12-26 15:28:56Z j...
|
str |
DISCO_INFO_NS = 'http://jabber.org/protocol/disco#info'
|
str |
DISCO_ITEMS_NS = 'http://jabber.org/protocol/disco#items...
|
str |
DISCO_NS = 'http://jabber.org/protocol/disco'
|
pyxmpp.cache
,
libxml2
CachedPropertyObject
,
JID
,
StanzaPayloadWrapperObject
StanzaError
to_utf8
common_doc
,
common_root
Function Details |
---|
register_disco_cache_fetchers(cache_suite, stream)Register Service Discovery cache fetchers into given cache suite and using the stream provided.
|
Variable Details |
---|
__revision__
|
DISCO_INFO_NS
|
DISCO_ITEMS_NS
|
DISCO_NS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:43 2005 | http://epydoc.sf.net |