Home | Trees | Index | Help |
|
---|
|
XMPP error handling.
Classes | |
---|---|
ErrorNode |
Base class for both XMPP stream and stanza errors |
StanzaErrorNode |
Stanza error element. |
StreamErrorNode |
Stream error element. |
Exceptions | |
---|---|
ErrorNodeError |
Raised on error with XMPP error handling. |
Variable Summary | |
---|---|
str |
__revision__ = '$Id: error.py 559 2005-03-20 18:01:06Z j...
|
dict |
legacy_codes = {502: 'service-unavailable', 503: 'servic...
|
str |
PYXMPP_ERROR_NS = 'http://pyxmpp.jabberstudio.org/xmlns/...
|
str |
STANZA_ERROR_NS = 'urn:ietf:params:xml:ns:xmpp-stanzas'
|
dict |
stanza_errors = {u'gone': ('Recipient or server can no l...
|
str |
STREAM_ERROR_NS = 'urn:ietf:params:xml:ns:xmpp-streams'
|
dict |
stream_errors = {u'internal-server-error': ('Internal se...
|
str |
STREAM_NS = 'http://etherx.jabber.org/streams'
|
libxml2
,
pyxmpp.xmlextra
from_utf8
,
to_utf8
common_doc
,
common_ns
,
common_root
Variable Details |
---|
__revision__
|
PYXMPP_ERROR_NS
|
STANZA_ERROR_NS
|
stanza_errors
|
STREAM_ERROR_NS
|
stream_errors
|
STREAM_NS
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:45 2005 | http://epydoc.sf.net |