Expand description
XEP-0030: Service Discovery
Structsยง
- Disco
Info Query - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#info'/>
element. - Disco
Info Query AsXml Iterator - Convert a
DiscoInfoQuery
into XML events. - Disco
Info Query From XmlBuilder - Build a
DiscoInfoQuery
from XML events. - Disco
Info Result - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#info'/>
element. - Disco
Info Result AsXml Iterator - Convert a
DiscoInfoResult
into XML events. - Disco
Info Result From XmlBuilder - Build a
DiscoInfoResult
from XML events. - Disco
Items Query - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#items'/>
element. - Disco
Items Query AsXml Iterator - Convert a
DiscoItemsQuery
into XML events. - Disco
Items Query From XmlBuilder - Build a
DiscoItemsQuery
from XML events. - Disco
Items Result - Structure representing a
<query xmlns='http://jabber.org/protocol/disco#items'/>
element. - Disco
Items Result AsXml Iterator - Convert a
DiscoItemsResult
into XML events. - Disco
Items Result From XmlBuilder - Build a
DiscoItemsResult
from XML events. - Feature
- Structure representing a
<feature xmlns='http://jabber.org/protocol/disco#info'/>
element. - Feature
AsXml Iterator - Convert a
Feature
into XML events. - Feature
From XmlBuilder - Build a
Feature
from XML events. - Identity
- Structure representing an
<identity xmlns='http://jabber.org/protocol/disco#info'/>
element. - Identity
AsXml Iterator - Convert a
Identity
into XML events. - Identity
From XmlBuilder - Build a
Identity
from XML events. - Item
- Structure representing an
<item xmlns='http://jabber.org/protocol/disco#items'/>
element. - Item
AsXml Iterator - Convert a
Item
into XML events. - Item
From XmlBuilder - Build a
Item
from XML events.