class XMPP::Stanza::JingleIBB

Overview

JingleIBB implements the application description of XEP-0261 - Jingle In-Band Bytestreams. It negotiates the maximum block size for the underlying XEP-0047 stream.

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 block_size : Int32 #

[View source]
def block_size=(block_size : Int32) #

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

[View source]