module XMPP
Defined in:
cr-xmpp.crxmpp/auth.cr
xmpp/auth/anonymous.cr
xmpp/auth/digest-md5.cr
xmpp/auth/plain.cr
xmpp/auth/scram-sha.cr
xmpp/client.cr
xmpp/component.cr
xmpp/config.cr
xmpp/event_manager.cr
xmpp/jid.cr
xmpp/router.cr
xmpp/session.cr
xmpp/stream_logger.cr
xmpp/stream_manager.cr
xmpp/xmpp.cr
Constant Summary
-
SASL_AUTH_ORDER =
[AuthMechanism::SCRAM_SHA_512, AuthMechanism::SCRAM_SHA_256, AuthMechanism::SCRAM_SHA_1, AuthMechanism::DIGEST_MD5, AuthMechanism::PLAIN, AuthMechanism::ANONYMOUS]
-
VERSION =
"0.1.9"