class
XMPP::Stanza::PubSubEvent
Overview
PubSubEvent is the message payload defined by XEP-0163 - Personal Eventing Protocol. When a user publishes an item on one of their PEP nodes, the server delivers a notification to each subscriber:
It reuses the PubSub Item/Items data models for the notification payload. See: https://xmpp.org/extensions/xep-0163.html
Defined in:
xmpp/stanza/pep_event.crConstructors
Class Method Summary
Instance Method Summary
- #items : Items | Nil
- #items=(items : Items | Nil)
- #name : String
- #retract : Retract | Nil
- #retract=(retract : Retract | Nil)
- #to_xml(xml : XML::Builder)
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml