Module pubsub

Source
Expand description

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

Structs§

Affiliation
An affiliation element.
Affiliations
A list of affiliations you have on a service, or on a node.
Configure
Request to configure a new node.
Create
Request to create a new node.
Default
Request for a default node configuration.
Item
A requested item from a PubSub node.
Items
A request for a list of items.
Options
The options associated to a subscription request.
Publish
Request to publish items to a node.
PublishOptions
The options associated to a publish request.
Retract
A request to retract some items from a node.
Subscribe
A request to subscribe a JID to a node.
SubscribeOptions
Indicate that the subscription can be configured.
SubscriptionElem
A subscription element, describing the state of a subscription.
Subscriptions
A request for current subscriptions.
Unsubscribe
An unsubscribe request.

Enums§

PubSub
Main payload used to communicate with a PubSub service.