| Home | Trees | Index | Help |
|
|---|
| Package pyxmpp :: Package jabber :: Module disco |
|
Jabber Service Discovery support. Normative reference: - `JEP 30 <http://www.jabber.org/jeps/jep-0030.html>`__
| 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.
:Parameters:
- `cache_suite`: the cache suite where the fetchers are to be
registered.
- `stream`: the stream to be used by the fetchers.
:Types:
- `cache_suite`: `cache.CacheSuite`
- `stream`: `pyxmpp.stream.Stream`
|
| Variable Details |
|---|
__revision__
|
DISCO_INFO_NS
|
DISCO_ITEMS_NS
|
DISCO_NS
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 31 22:37:01 2006 | http://epydoc.sf.net |