Module xmpp_parsers::pubsub::pubsub
source · Expand description
The http://jabber.org/protocol/pubsub
protocol.
Structs§
- An affiliation element.
- Convert a
Affiliation
into XML events. - Build a
Affiliation
from XML events. - A list of affiliations you have on a service, or on a node.
- Request to configure a new node.
- Convert a
Configure
into XML events. - Build a
Configure
from XML events. - Request to create a new node.
- Convert a
Create
into XML events. - Build a
Create
from XML events. - Request for a default node configuration.
- Convert a [
Default
] into XML events. - Build a [
Default
] from XML events. - Response wrapper for a PubSub
<item/>
. - A request for a list of items.
- The options associated to a subscription request.
- Convert a
Options
into XML events. - Build a
Options
from XML events. - Request to publish items to a node.
- The options associated to a publish request.
- Convert a
PublishOptions
into XML events. - Build a
PublishOptions
from XML events. - A request to retract some items from a node.
- A request to subscribe a JID to a node.
- Convert a
Subscribe
into XML events. - Build a
Subscribe
from XML events. - Indicate that the subscription can be configured.
- A subscription element, describing the state of a subscription.
- Convert a
SubscriptionElem
into XML events. - Build a
SubscriptionElem
from XML events. - A request for current subscriptions.
- An unsubscribe request.
- Convert a
Unsubscribe
into XML events. - Build a
Unsubscribe
from XML events.
Enums§
- Whether a retract request should notify subscribers or not.
- Main payload used to communicate with a PubSub service.