XMPP::Stanza::PrivateQuery
Inherits XMPP::Stanza::IQPayload / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object
PrivateQuery implements XEP-0049 - Private XML Storage.
The query carries a single arbitrary XML element whose namespace and local name identify the stored data. A get request includes an empty version of that element so the server knows what to return; a set request stores the element verbatim. The element is preserved as a generic Node so any data can round-trip.
Constructors
Class methods
xml_name
SourceInstance methods
data
Sourcedata=(data : Node | Nil)
Sourcename
Sourcenamespace
Sourceto_xml(xml : XML::Builder)
Source