class

XMPP::Session

Inherits Reference / Object

Constructors

new(io, config : Config, sm_state : XMPP::SMState, encrypted : Bool = false)
Source

Instance methods

bind_jid
Source
cipher
Source
features
Source
last_packet_id
Source
packet_id
Source
resumed?
Source
sm_state
Source
stream_id
Source
tls_enabled?
Source
tls_verified?
Source
tls_version

TLS introspection (RFC 7590 ยง3.6): the negotiated TLS version, cipher suite, and whether the peer certificate was verified. Nil when the connection is not encrypted.

Source