xmpp_parsers

Module pubsub

Source
Expand description

XEP-0060: Publish-Subscribe

Re-exports§

pub use self::event::Event;
pub use self::owner::PubSubOwner;
pub use self::pubsub::PubSub;

Modules§

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

Structs§

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

Enums§

AffiliationAttribute
A list of possible affiliations to a node.
Subscription
The state of a subscription to a node.

Traits§

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