Module xmpp_parsers::pubsub::event
source · Expand description
The http://jabber.org/protocol/pubsub#event
protocol.
Structs§
- An item from a PubSub event.
Enums§
- Represents an event happening to a PubSub node.
- Parses either an
<item/>
or a<retract/>
. - Either a list of published items or a list of retracted items.
- Iterator consuming a
PubSubEventItems
and emittingPubSubEventItem
for serialisation.