class
XMPP::Session
- XMPP::Session
- Reference
- Object
Defined in:
xmpp/session.crConstructors
Instance Method Summary
- #bind_jid : String
- #cipher : String | Nil
- #features : Stanza::StreamFeatures
- #last_packet_id : Int32
- #packet_id
- #resumed? : Bool
- #sm_state : SMState
- #stream_id : String
- #tls_enabled? : Bool
- #tls_verified? : Bool
-
#tls_version : String | Nil
TLS introspection (RFC 7590 §3.6): the negotiated TLS version, cipher suite, and whether the peer certificate was verified.
Constructor Detail
Instance Method Detail
def tls_version : String | Nil
#
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.