class XMPP::Stanza::Content

Overview

Content is one of a Jingle session.

Defined in:

xmpp/stanza/jingle.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(node : XML::Node) #

[View source]

Class Method Detail

def self.xml_name : String #

[View source]

Instance Method Detail

def creator : String #

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

[View source]
def description : JingleDescription | Nil #

[View source]
def description=(description : JingleDescription | Nil) #

[View source]
def disposition : String #

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

[View source]
def name : String #

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

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

[View source]