[][src]Module xmpp_parsers::pubsub

XEP-0060: Publish-Subscribe

Re-exports

pub use self::event::PubSubEvent;
pub use self::pubsub::PubSub;

Structs

NodeName

The name of a PubSub node, used to identify it on a JID.

ItemId

The identifier of an item, which is unique per node.

SubscriptionId

The identifier of a subscription to a PubSub node.

Item

An item from a PubSub node.

Enums

Subscription

The state of a subscription to a node.

Modules

event

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

pubsub

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

Traits

PubSubPayload

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