XMPP::Stanza::PEPEventPres
Inherits XMPP::Stanza::PresExtension / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object
PEPEventPres is the presence-carried PEP notification defined by XEP-0223.
When a contact is already subscribed to the publisher's presence, the server delivers a PEP notification as a <x xmlns='...pubsub#event'> child of the presence stanza instead of as a separate message. It carries the same items/retract payload as the message-form PubSubEvent.
Constructors
Class methods
xml_name
SourceInstance methods
items
Sourceitems=(items : Items | Nil)
Sourcename
Sourceretract
Sourceretract=(retract : Retract | Nil)
Sourceto_xml(xml : XML::Builder)
Source