class XMPP::ComponentDelegation::DelegationInfo

Overview

Stores information about delegated namespaces

Defined in:

xmpp/component/delegation.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(namespace : String, attributes : Array(String) = [] of String) #

[View source]

Instance Method Detail

def attributes : Array(String) #

[View source]
def attributes=(attributes : Array(String)) #

[View source]
def matches?(stanza : Stanza::Packet) : Bool #

Check if a stanza matches this delegation (considering filtering attributes)


[View source]
def namespace : String #

[View source]
def namespace=(namespace : String) #

[View source]