Module xmpp_parsers::pubsub::pubsub

source ·
Expand description

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

Structs

  • An affiliation element.
  • A list of affiliations you have on a service, or on a node.
  • Request to configure a new node.
  • Request to create a new node.
  • Request for a default node configuration.
  • Response wrapper for a PubSub <item/>.
  • A request for a list of items.
  • The options associated to a subscription request.
  • Request to publish items to a node.
  • The options associated to a publish request.
  • A request to retract some items from a node.
  • A request to subscribe a JID to a node.
  • Indicate that the subscription can be configured.
  • A subscription element, describing the state of a subscription.
  • A request for current subscriptions.
  • An unsubscribe request.

Enums

  • Whether a retract request should notify subscribers or not.
  • Main payload used to communicate with a PubSub service.