class XMPP::Stanza::Jingle

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.cr

Constructors

Class Method Summary

Instance Method Summary

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

Constructor Detail

def self.new(xml : String) #

[View source]
def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def action : String #

[View source]
def action=(action : String) #

[View source]
def contents : Array(Content) #

[View source]
def initiator : String #

[View source]
def initiator=(initiator : String) #

[View source]
def name : String #

[View source]
def namespace : String #

[View source]
def responder : String #

[View source]
def responder=(responder : String) #

[View source]
def sid : String #

[View source]
def sid=(sid : String) #

[View source]
def to_xml(xml : XML::Builder) #

[View source]