XMPP::Stanza::XData
XData models a jabber:x:data form (XEP-0004) carried inside pubsub publish-options. It is intentionally minimal: a form type plus a flat list of fields, each with a var, an optional value and label.
Constructors
Class methods
xml_name
SourceInstance methods
field returns the value of the field with the given var, or nil.
fields
Sourceto_xml(xml : XML::Builder)
Sourcetype
Source