xmpp_parsers::pubsub

Module event

Source
Expand description

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

Structs§

Event
Represents an event happening to a PubSub node.
EventAsXmlIterator
Convert a Event into XML events.
EventFromXmlBuilder
Build a Event from XML events.
Item
An event item from a PubSub node.
ItemAsXmlIterator
Convert a Item into XML events.
ItemFromXmlBuilder
Build a Item from XML events.
PayloadAsXmlIterator
Convert a Payload into XML events.
PayloadFromXmlBuilder
Build a Payload from XML events.

Enums§

Payload
Represents an event happening to a PubSub node.