class

XMPP::ComponentDelegation::DelegationInfo

Inherits Reference / Object

Stores information about delegated namespaces

Constructors

new(namespace : String, attributes : Array(String) = [] of String)
Source

Instance methods

attributes
Source
attributes=(attributes : Array(String))
Source
matches?(stanza : Stanza::Packet) : Bool

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

Source
namespace
Source
namespace=(namespace : String)
Source