class

XMPP::Stanza::Jingle

Inherits XMPP::Stanza::IQPayload / XMPP::Stanza::Extension / XMPP::Stanza::Packet / Reference / Object

Jingle implements the core session stanza of XEP-0166. It wraps one or more Content elements, each carrying a transport and/or an application description (such as JingleFileTransfer or JingleIBB). Only the data model for building and parsing offers/accepts is provided here.

Constructors

new(xml : String)
Source
new(node : XML::Node)
Source

Class methods

xml_name
Source

Instance methods

action
Source
action=(action : String)
Source
contents
Source
initiator
Source
initiator=(initiator : String)
Source
name
Source
namespace
Source
responder
Source
responder=(responder : String)
Source
sid=(sid : String)
Source
to_xml(xml : XML::Builder)
Source