Exemplo n.º 1
0
Arquivo: message.py Projeto: dax/jcl
 def __init__(self, component):
     """Handler constructor"""
     Handler.__init__(self, component)
     self.help_regexp = re.compile("^help.*")
Exemplo n.º 2
0
Arquivo: presence.py Projeto: dax/jmc
 def __init__(self, component):
     Handler.__init__(self, component)
     self.dest_jid_regexp = re.compile(".*%.*")
Exemplo n.º 3
0
Arquivo: message.py Projeto: dax/jcl
 def __init__(self, component):
     """handler constructor"""
     Handler.__init__(self, component)
     self.password_regexp = re.compile("\[PASSWORD\]")