xmpp_parsers

Module extdisco

Source
Expand description

XEP-0215: External Service Discovery

Structs§

Credentials
Structure representing a <credentials xmlns='urn:xmpp:extdisco:2'/> element.
CredentialsAsXmlIterator
Convert a Credentials into XML events.
CredentialsFromXmlBuilder
Build a Credentials from XML events.
Service
Structure representing a <service xmlns='urn:xmpp:extdisco:2'/> element.
ServiceAsXmlIterator
Convert a Service into XML events.
ServiceFromXmlBuilder
Build a Service from XML events.
ServicesQuery
Structure representing a <services xmlns='urn:xmpp:extdisco:2'/> element.
ServicesQueryAsXmlIterator
Convert a ServicesQuery into XML events.
ServicesQueryFromXmlBuilder
Build a ServicesQuery from XML events.
ServicesResult
Structure representing a <services xmlns='urn:xmpp:extdisco:2'/> element.
ServicesResultAsXmlIterator
Convert a ServicesResult into XML events.
ServicesResultFromXmlBuilder
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.