class XMPP::SMState

Overview

SMState holds Stream Management information regarding the session that can be used to resume session after disconnect

TODO Store location for IP affinity

TODO Store max and timestamp, to check if we should retry resumption or not

Defined in:

xmpp/event_manager.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : String = "", inbound : UInt32 = 0_u32) #

[View source]

Instance Method Detail

def id : String #

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

[View source]
def inbound : UInt32 #

[View source]
def inbound=(inbound : UInt32) #

[View source]