class XMPP::ComponentInvalidNamespaceError

Overview

XEP-0114: Invalid namespace

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 = "Invalid namespace in component stream") #

[View source]