module
XMPP::StreamClient
Overview
StreamClient is an interface used by StreamManager to control Client lifecycle, set callback and trigger reconnection.
Included Modules
Direct including types
Defined in:
xmpp/xmpp.crInstance Method Summary
- #connect
- #disconnect
- #event_handler=(handler : EventHandler | Nil)
- #last_resume_succeeded? : Bool
- #resume(state : SMState)
-
#unacknowledged_stanza_count : Int32
Components and custom stream clients that do not implement XEP-0198 retain the zero/false defaults.
Instance methods inherited from module XMPP::Sender
send(packet : String)send(packet : Stanza::Packet) send
Instance Method Detail
def unacknowledged_stanza_count : Int32
#
Components and custom stream clients that do not implement XEP-0198 retain the zero/false defaults.