class XMPP::Stanza::JingleFileTransfer

Overview

JingleFileTransfer implements the application description of XEP-0234 - Jingle File Transfer. A description carries one File offer.

Defined in:

xmpp/stanza/jingle.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from class XMPP::Stanza::JingleDescription

to_xml(xml : XML::Builder) to_xml

Constructor Detail

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

[View source]

Class Method Detail

def self.xml_name : XMLName #

[View source]

Instance Method Detail

def file : JingleFile | Nil #

[View source]
def file=(file : JingleFile | Nil) #

[View source]
def offer : Bool #

[View source]
def offer=(offer : Bool) #

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

[View source]