xmpp_parsers

Module stream_error

Source
Expand description

RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core

Structs§

DefinedConditionAsXmlIterator
Convert a DefinedCondition into XML events.
DefinedConditionFromXmlBuilder
Build a DefinedCondition from XML events.
ReceivedStreamError
Wrapper around StreamError which implements core::error::Error with an appropriate error message.
ReceivedStreamErrorAsXmlIterator
Convert a ReceivedStreamError into XML events.
ReceivedStreamErrorFromXmlBuilder
Build a ReceivedStreamError from XML events.
SentStreamError
Wrapper around StreamError which implements core::error::Error with an appropriate error message.
SentStreamErrorAsXmlIterator
Convert a SentStreamError into XML events.
SentStreamErrorFromXmlBuilder
Build a SentStreamError from XML events.
StreamError
Stream error as specified in RFC 6120.
StreamErrorAsXmlIterator
Convert a StreamError into XML events.
StreamErrorFromXmlBuilder
Build a StreamError from XML events.

Enums§

DefinedCondition
Enumeration of all stream error conditions as defined in RFC 6120.