def __init__(self, connectionInfo): Service.__init__(self, Service.ID_CHAT, 'basic chat service', connectionInfo) self.chatters = {} self.connector = UDPConnector(ChatEventParser(), self.events, self.logger, connectionInfo)