Home | Trees | Index | Help |
|
---|
Package pyxmpp :: Module error |
|
XMPP error handling. Normative reference: - `RFC 3920 <http://www.ietf.org/rfc/rfc3920.txt>`__ - `JEP 86 <http://www.jabber.org/jeps/jep-0086.html>`__
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 Wed May 31 22:37:02 2006 | http://epydoc.sf.net |