class XMPP::ComponentAuthenticationError

Overview

XEP-0114: Authentication failed

Defined in:

xmpp/component/errors.cr

Constructors

Instance methods inherited from class XMPP::PermanentComponentError

retryable? : Bool retryable?

Instance methods inherited from class XMPP::ConnectionError

retryable? : Bool retryable?

Constructor Detail

def self.new(message = "Component authentication failed") #

[View source]