[][src]Module xmpp_parsers::pubsub::pubsub

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

Structs

Affiliations

A list of affiliations you have on a service, or on a node.

Affiliation

An affiliation element.

Configure

Request to configure a new node.

Create

Request to create a new node.

Default

Request for a default node configuration.

Items

A request for a list of items.

Item

Response wrapper for a PubSub <item/>.

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.

SubscribeOptions

Indicate that the subscription can be configured.

Subscribe

A request to subscribe a JID to a node.

Subscriptions

A request for current subscriptions.

SubscriptionElem

A subscription element, describing the state of a subscription.

Unsubscribe

An unsubscribe request.

Enums

AffiliationAttribute

A list of possible affiliations to a node.

Notify

Whether a retract request should notify subscribers or not.

PubSub

Main payload used to communicate with a PubSub service.