class
XMPP::Stanza::Jingle
- XMPP::Stanza::Jingle
- XMPP::Stanza::Extension
- Reference
- Object
Overview
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.
Included Modules
Defined in:
xmpp/stanza/jingle.crConstructors
Class Method Summary
Instance Method Summary
- #action : String
- #action=(action : String)
- #contents : Array(Content)
- #initiator : String
- #initiator=(initiator : String)
- #name : String
- #namespace : String
- #responder : String
- #responder=(responder : String)
- #sid : String
- #sid=(sid : String)
- #to_xml(xml : XML::Builder)
Instance methods inherited from module XMPP::Stanza::IQPayload
namespace : String
namespace
Instance methods inherited from module XMPP::Stanza::Packet
name : String
name,
to_xml(xml : XML::Builder)to_xml : String to_xml