module

XMPP

Constants

LEGACY_SASL_AUTH_ORDER = SASL_AUTH_ORDER + [AuthMechanism::DIGEST_MD5, AuthMechanism::PLAIN, AuthMechanism::ANONYMOUS]

Explicit opt-in order for compatibility with servers that still require obsolete or cleartext-password SASL mechanisms.

SASL_AUTH_ORDER = [AuthMechanism::SCRAM_SHA_512_PLUS, AuthMechanism::SCRAM_SHA_256_PLUS, AuthMechanism::SCRAM_SHA_1_PLUS, AuthMechanism::SCRAM_SHA_512, AuthMechanism::SCRAM_SHA_256, AuthMechanism::SCRAM_SHA_1]

Preferred authentication order: SCRAM-PLUS variants first (more secure with channel binding)

VERSION = {{ (`shards version \"/tmp/tmp.BdDNmA/src/src\"`).chomp.stringify.downcase }}

Nested types