class XMPP::ComponentConflictError

Overview

XEP-0114: Conflict error The component JID is already connected

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 JID is already connected") #

[View source]