class XMPP::Route

Defined in:

Constructors

Instance Method Summary

Constructor Detail

def self.new(cb) #

Instance Method Detail

def add_matcher(m : Matcher) #

def iq_namespaces(namespaces : Array(String)) #

def match(p : Stanza::Packet) #

def packet(name : String) #

packet matches on a packet name (iq, message, presence, ...) It matches on the Local part of the XMLName


def stanza_type(types : Array(String)) #