class XMPP::Session

Defined in:

xmpp/session.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io, config : Config, sm_state : XMPP::SMState) #

[View source]

Instance Method Detail

def bind_jid : String #

[View source]
def features : Stanza::StreamFeatures #

[View source]
def last_packet_id : Int32 #

[View source]
def packet_id #

[View source]
def sm_state : SMState #

[View source]
def stream_id : String #

[View source]
def tls_enabled : Bool #

[View source]