Expand description
XEP-0030: Service Discovery
Structsยง
- Structure representing a
<query xmlns='http://jabber.org/protocol/disco#info'/>
element. - Convert a
DiscoInfoQuery
into XML events. - Build a
DiscoInfoQuery
from 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. - Convert a
DiscoItemsQuery
into XML events. - Build a
DiscoItemsQuery
from XML events. - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#items'/>
element. - Convert a
DiscoItemsResult
into XML events. - Build a
DiscoItemsResult
from XML events. - Structure representing a
<feature xmlns='http://jabber.org/protocol/disco#info'/>
element. - Convert a
Feature
into XML events. - Build a
Feature
from XML events. - Structure representing an
<identity xmlns='http://jabber.org/protocol/disco#info'/>
element. - Convert a
Identity
into XML events. - Build a
Identity
from XML events. - Structure representing an
<item xmlns='http://jabber.org/protocol/disco#items'/>
element. - Convert a
Item
into XML events. - Build a
Item
from XML events.