Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Defined
Condition AsXml Iterator - Convert a
DefinedCondition
into XML events. - Defined
Condition From XmlBuilder - Build a
DefinedCondition
from XML events. - Received
Stream Error - Wrapper around
StreamError
which implementscore::error::Error
with an appropriate error message. - Received
Stream Error AsXml Iterator - Convert a
ReceivedStreamError
into XML events. - Received
Stream Error From XmlBuilder - Build a
ReceivedStreamError
from XML events. - Sent
Stream Error - Wrapper around
StreamError
which implementscore::error::Error
with an appropriate error message. - Sent
Stream Error AsXml Iterator - Convert a
SentStreamError
into XML events. - Sent
Stream Error From XmlBuilder - Build a
SentStreamError
from XML events. - Stream
Error - Stream error as specified in RFC 6120.
- Stream
Error AsXml Iterator - Convert a
StreamError
into XML events. - Stream
Error From XmlBuilder - Build a
StreamError
from XML events.
Enums§
- Defined
Condition - Enumeration of all stream error conditions as defined in RFC 6120.