Module xmpp_parsers::pubsub

source ·
Expand description

XEP-0060: Publish-Subscribe

Modules

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

Re-exports

Structs

  • The name of a PubSub node, used to identify it on a JID.
  • The identifier of an item, which is unique per node.
  • The identifier of a subscription to a PubSub node.

Enums

Structs

  • An item from a PubSub node.

Traits

  • This trait should be implemented on any element which can be included as a PubSub payload.