struct XMPP::Config

Defined in:

Constructors

Instance Method Summary

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 connect_timeout : Int32 #

def host : String #

def jid : String #

def lang : String #

def log_file : IO? #

def parsed_jid : JID #

def password : String #

def port : Int32 #

def sasl_auth_order : Array(AuthMechanism) #

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


def tls : Bool #