struct XMPP::Config
- XMPP::Config
- Struct
- Value
- Object
Defined in:
Constructors
Instance Method Summary
- #connect_timeout : Int32
- #host : String
- #jid : String
- #lang : String
- #log_file : IO?
- #parsed_jid : JID
- #password : String
- #port : Int32
- #sasl_auth_order : Array(AuthMechanism)
-
#skip_cert_verify : Bool
TLS Support skip_cert_verify can be set to true to allow to open a TLS session and skip verification of SSL certs skip_cert_verify can be set to true to allow to open a TLS session and skip verification of SSL certs skip_cert_verify can be set to true to allow to open a TLS session and skip verification of SSL certs
- #tls : Bool
Constructor Detail
def self.new(jid, password, host, port = 5222, lang = "en", tls = true, skip_cert_verify = true, time_out = 15, log_file = nil, sasl_auth_order = SASL_AUTH_ORDER)
#
Instance Method Detail
def skip_cert_verify : Bool
#
TLS Support skip_cert_verify can be set to true to allow to open a TLS session and skip verification of SSL certs skip_cert_verify can be set to true to allow to open a TLS session and skip verification of SSL certs skip_cert_verify can be set to true to allow to open a TLS session and skip verification of SSL certs