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
- XMPP::AlreadyConnectedError
- XMPP::AltConnectionResolver
- XMPP::AlternativeEndpoint
- XMPP::AuthMechanism
- XMPP::AuthenticationError
- XMPP::AutoTransport
- XMPP::Blocking
- XMPP::Bookmarks
- XMPP::BoshTransport
- XMPP::Callback
- XMPP::Carbons
- XMPP::ChannelBinding
- XMPP::Client
- XMPP::ClientStateIndication
- XMPP::Component
- XMPP::ComponentAuthenticationError
- XMPP::ComponentConflictError
- XMPP::ComponentDelegation
- XMPP::ComponentDisco
- XMPP::ComponentError
- XMPP::ComponentHostUnknownError
- XMPP::ComponentInvalidNamespaceError
- XMPP::ComponentOptions
- XMPP::ComponentPrivilege
- XMPP::ComponentStreamError
- XMPP::Config
- XMPP::ConfigurationError
- XMPP::ConnectionClosed
- XMPP::ConnectionError
- XMPP::ConnectionMode
- XMPP::ConnectionResolver
- XMPP::ConnectionState
- XMPP::DOAP
- XMPP::DirectInvitation
- XMPP::DnsSrv
- XMPP::EndpointKind
- XMPP::Event
- XMPP::EventHandler
- XMPP::EventManager
- XMPP::HTTPUpload
- XMPP::JID
- XMPP::Jingle
- XMPP::Logger
- XMPP::Me
- XMPP::MessageArchives
- XMPP::MessageCorrection
- XMPP::Metrics
- XMPP::NotConnectedError
- XMPP::PEP
- XMPP::PEPNotifications
- XMPP::PermanentComponentError
- XMPP::PermanentConnectionError
- XMPP::PostConnect
- XMPP::PrivateXmlStorage
- XMPP::ProtocolError
- XMPP::Push
- XMPP::ReconnectPolicy
- XMPP::ResolvedEndpoint
- XMPP::Route
- XMPP::Router
- XMPP::SASLUpgrade
- XMPP::SCRAM
- XMPP::SMState
- XMPP::ScramDowngradeProtection
- XMPP::SendQueueFullError
- XMPP::Sender
- XMPP::Session
- XMPP::Stanza
- XMPP::StanzaTooLarge
- XMPP::StreamClient
- XMPP::StreamManagement
- XMPP::StreamManagementError
- XMPP::StreamManager(T)
- XMPP::StreamParseError
- XMPP::TLSChannelBindingDowngradeProtection
- XMPP::TLSConnection
- XMPP::TLSNegotiationError
- XMPP::TLSUnavailableError
- XMPP::TLSVerificationError
- XMPP::TcpTransport
- XMPP::Transport
- XMPP::TransportMode
- XMPP::UserAvatar
- XMPP::VCard
- XMPP::WebSocketTransport
- XMPP::XMLStreamReader