Expand description
RFC 6120: Extensible Messaging and Presence Protocol (XMPP): Core
Structs§
- Bind
Feature - The bind feature exposed in stream:features.
- Bind
Feature AsXml Iterator - Convert a
BindFeature
into XML events. - Bind
Feature From XmlBuilder - Build a
BindFeature
from XML events. - Bind
Query - The request for resource binding, which is the process by which a client can obtain a full JID and start exchanging on the XMPP network.
- Bind
Query AsXml Iterator - Convert a
BindQuery
into XML events. - Bind
Query From XmlBuilder - Build a
BindQuery
from XML events. - Bind
Response - The response for resource binding, containing the client’s full JID.
- Bind
Response AsXml Iterator - Convert a
BindResponse
into XML events. - Bind
Response From XmlBuilder - Build a
BindResponse
from XML events. - Required
- Notes that bind is required.
- Required
AsXml Iterator - Convert a
Required
into XML events. - Required
From XmlBuilder - Build a
Required
from XML events.