class XMPP::Stanza::StreamFeatures

Overview

StreamFeatures Packet Reference: The active stream features are published on https://xmpp.org/registrar/stream-features.html Note: That page misses draft and experimental XEP (i.e CSI, etc)

Included Modules

Defined in:

xmpp/stanza/stream.cr

Constructors

Class Method Summary

Instance Method Summary

Instance methods inherited from module XMPP::Stanza::Packet

name : String name, to_xml(xml : XML::Builder)
to_xml : String
to_xml

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 #

Server capabilities hash


[View source]

Instance Method Detail

def any : Array(Node) #

[View source]
def any=(any : Array(Node)) #

[View source]
def bind : Bind | Nil #

[View source]
def bind=(bind : Bind | Nil) #

[View source]
def caps : Caps | Nil #

[View source]
def caps=(caps : Caps | Nil) #

[View source]
def does_start_tls #

[View source]
def does_stream_management #

[View source]
def mechanisms : SASLMechanisms | Nil #

[View source]
def mechanisms=(mechanisms : SASLMechanisms | Nil) #

[View source]
def name : String #

[View source]
def p1_ack : P1Ack | Nil #

[View source]
def p1_ack=(p1_ack : P1Ack | Nil) #

[View source]
def p1_push : P1Push | Nil #

ProcessOne Stream Features


[View source]
def p1_push=(p1_push : P1Push | Nil) #

ProcessOne Stream Features


[View source]
def p1_rebind : P1Rebind | Nil #

[View source]
def p1_rebind=(p1_rebind : P1Rebind | Nil) #

[View source]
def session : StreamSession | Nil #

Obsolete


[View source]
def session=(session : StreamSession | Nil) #

Obsolete


[View source]
def start_tls : TLSStartTLS | Nil #

Stream features


[View source]
def start_tls=(start_tls : TLSStartTLS | Nil) #

Stream features


[View source]
def stream_management : StreamManagement | Nil #

[View source]
def stream_management=(stream_management : StreamManagement | Nil) #

[View source]
def tls_required #

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

[View source]