Module xmpp_parsers::pubsub

source ·
Expand description

XEP-0060: Publish-Subscribe

Re-exports

Modules

  • A module concerning access models for pubsub nodes.
  • The http://jabber.org/protocol/pubsub#event protocol.
  • The http://jabber.org/protocol/pubsub#owner protocol.
  • The http://jabber.org/protocol/pubsub protocol.
  • A module containing an enum for when to send the last published item.

Structs

  • An error type where an invalid string was given as an enum constant.
  • An item from a PubSub node.
  • The identifier of an item, which is unique per node.
  • The name of a PubSub node, used to identify it on a JID.
  • The identifier of a subscription to a PubSub node.

Enums

Traits

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