Expand description
XEP-0215: External Service Discovery
Structs§
- Credentials
- Structure representing a
<credentials xmlns='urn:xmpp:extdisco:2'/>
element. - Credentials
AsXml Iterator - Convert a
Credentials
into XML events. - Credentials
From XmlBuilder - Build a
Credentials
from XML events. - Service
- Structure representing a
<service xmlns='urn:xmpp:extdisco:2'/>
element. - Service
AsXml Iterator - Convert a
Service
into XML events. - Service
From XmlBuilder - Build a
Service
from XML events. - Services
Query - Structure representing a
<services xmlns='urn:xmpp:extdisco:2'/>
element. - Services
Query AsXml Iterator - Convert a
ServicesQuery
into XML events. - Services
Query From XmlBuilder - Build a
ServicesQuery
from XML events. - Services
Result - Structure representing a
<services xmlns='urn:xmpp:extdisco:2'/>
element. - Services
Result AsXml Iterator - Convert a
ServicesResult
into XML events. - Services
Result From XmlBuilder - Build a
ServicesResult
from XML events.
Enums§
- Action
- When sending a push update, the action value indicates if the service is being added or deleted from the set of known services (or simply being modified).
- Transport
- The underlying transport protocol to be used when communicating with the service.
- Type
- The service type as registered with the XMPP Registrar.