xmpp_parsers::pubsub

Module owner

Source
Expand description

The http://jabber.org/protocol/pubsub#owner protocol.

Structs§

Affiliation
An affiliation element.
AffiliationAsXmlIterator
Convert a Affiliation into XML events.
AffiliationFromXmlBuilder
Build a Affiliation from XML events.
Affiliations
A list of affiliations you have on a service, or on a node.
AffiliationsAsXmlIterator
Convert a Affiliations into XML events.
AffiliationsFromXmlBuilder
Build a Affiliations from XML events.
Configure
Request to configure a node.
ConfigureAsXmlIterator
Convert a Configure into XML events.
ConfigureFromXmlBuilder
Build a Configure from XML events.
Default
Request to retrieve default configuration.
DefaultAsXmlIterator
Convert a [Default] into XML events.
DefaultFromXmlBuilder
Build a [Default] from XML events.
Delete
Request to delete a node.
DeleteAsXmlIterator
Convert a Delete into XML events.
DeleteFromXmlBuilder
Build a Delete from XML events.
Purge
Request to clear a node.
PurgeAsXmlIterator
Convert a Purge into XML events.
PurgeFromXmlBuilder
Build a Purge from XML events.
Redirect
A redirect element.
RedirectAsXmlIterator
Convert a Redirect into XML events.
RedirectFromXmlBuilder
Build a Redirect from XML events.
SubscriptionElem
A subscription element, describing the state of a subscription.
SubscriptionElemAsXmlIterator
Convert a SubscriptionElem into XML events.
SubscriptionElemFromXmlBuilder
Build a SubscriptionElem from XML events.
Subscriptions
A request for current subscriptions.
SubscriptionsAsXmlIterator
Convert a Subscriptions into XML events.
SubscriptionsFromXmlBuilder
Build a Subscriptions from XML events.

Enums§

PubSubOwner
Main payload used to communicate with a PubSubOwner service.