Example #1
0
    def __init__(self):
        XMPPHandler.__init__(self)
        self.lookups = {}
        self.presence_cache = {}
        self._last_lookup = 0

        """
Example #2
0
 def __init__(self):
     XMPPHandler.__init__(self)
     self.services = []
     self.serv_handlers = {}
Example #3
0
 def __init__(self):
     XMPPHandler.__init__(self)
     self.ping_timeout = None
     self.pinger = None
Example #4
0
 def __init__(self):
     XMPPHandler.__init__(self)
     # push handler for items quick access
     self.handler_items = []
     # push handlers
     self.push_handlers = {}
Example #5
0
 def __init__(self):
     XMPPHandler.__init__(self)
     self.ping_timeout = None
     self.pinger = None
Example #6
0
 def __init__(self):
     XMPPHandler.__init__(self)
Example #7
0
 def __init__(self):
     XMPPHandler.__init__(self)
     self.services = []
     self.serv_handlers = {}
Example #8
0
 def __init__(self):
     XMPPHandler.__init__(self)
     # command list for quick access
     self.commands = []
     # command handlers for execution
     self.cmd_handlers = {}
Example #9
0
 def __init__(self):
     XMPPHandler.__init__(self)
     # push handler for items quick access
     self.handler_items = []
     # push handlers
     self.push_handlers = {}
Example #10
0
 def __init__(self):
     XMPPHandler.__init__(self)
Example #11
0
 def __init__(self):
     XMPPHandler.__init__(self)
     # command list for quick access
     self.commands = []
     # command handlers for execution
     self.cmd_handlers = {}