class
XMPP::ComponentDelegation::DelegationInfo
- XMPP::ComponentDelegation::DelegationInfo
- Reference
- Object
Overview
Stores information about delegated namespaces
Defined in:
xmpp/component/delegation.crConstructors
Instance Method Summary
- #attributes : Array(String)
- #attributes=(attributes : Array(String))
-
#matches?(stanza : Stanza::Packet) : Bool
Check if a stanza matches this delegation (considering filtering attributes)
- #namespace : String
- #namespace=(namespace : String)
Constructor Detail
Instance Method Detail
def matches?(stanza : Stanza::Packet) : Bool
#
Check if a stanza matches this delegation (considering filtering attributes)