class XMPP::Route
- XMPP::Route
- Reference
- Object
Defined in:
xmpp/router.crConstructors
Instance Method Summary
- #add_matcher(m : Matcher)
- #iq_namespaces(namespaces : Array(String))
- #match(p : Stanza::Packet)
-
#packet(name : String)
packet matches on a packet name (iq, message, presence, ...) It matches on the Local part of the XMLName
- #stanza_type(types : Array(String))
Constructor Detail
Instance Method Detail
def packet(name : String)
#
packet matches on a packet name (iq, message, presence, ...) It matches on the Local part of the XMLName