def disconnected(self, conn):
     ConnectionManager.disconnected(self, conn)
Example #2
0
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     self._protos[PROTOCOL] = caveConnection
 def __init__(self, shutdown_func=None):
     ConnectionManager.__init__(self, PROGRAM)
     self._implement_protocol(PROTOCOL, SkykitProtocol)
Example #4
0
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     self._protos[PROTOCOL] = qgvConnection
     print "CM constructed"
Example #5
0
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     logger.debug('init')
     self._implement_protocol('vk', vkProtocol)
Example #6
0
 def __init__(self):
     ConnectionManager.__init__(self, PROGRAM)
     # use telepathy magic to provide required methods
     logger.debug('init')
     self._implement_protocol('vk',vkProtocol)
Example #7
0
 def __init__(self, shutdown_func=None):
     ConnectionManager.__init__(self, PROGRAM)
     self._implement_protocol(PROTOCOL, FooProtocol)