Module xmpp_parsers::disco
source · Expand description
XEP-0030: Service Discovery
Structs§
- Structure representing a
<query xmlns='http://jabber.org/protocol/disco#info'/>
element. - Build a
DiscoInfoQuery
from XML events. - Convert a
DiscoInfoQuery
into XML events. - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#info'/>
element. - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#items'/>
element. - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#items'/>
element. - Structure representing a
<feature xmlns='http://jabber.org/protocol/disco#info'/>
element. - Build a
Feature
from XML events. - Convert a
Feature
into XML events. - Structure representing an
<identity xmlns='http://jabber.org/protocol/disco#info'/>
element. - Structure representing an
<item xmlns='http://jabber.org/protocol/disco#items'/>
element. - Build a
Item
from XML events. - Convert a
Item
into XML events.