Part of twisted.words.protocols.jabber View Source
Class | Error | Generic XMPP error exception. |
Class | StreamError | Stream Error exception. |
Class | StanzaError | Stanza Error exception. |
Function | _getText | Undocumented |
Function | _parseError | Parses an error element. |
Function | exceptionFromStreamError | Build an exception object from a stream error. |
Function | exceptionFromStanza | Build an exception object from an error stanza. |
Parameters | error | the error element to be parsed
(type: domish.Element
) |
Returns | dictionary with extracted error information. If present, keys
condition , text , textLang have a
string value, and appCondition has an domish.Element
value.
(type: dict
) |
Parameters | element | the stream error
(type: domish.Element
) |
Returns | the generated exception object
(type: StreamError
) |
Parameters | stanza | the error stanza
(type: domish.Element
) |
Returns | the generated exception object
(type: StanzaError
) |