From: Ed Page Date: Thu, 1 Oct 2009 02:41:24 +0000 (-0500) Subject: Removing presence support till its needed X-Git-Url: http://git.maemo.org/git/?p=theonering;a=commitdiff_plain;h=5fa21a13a94f9e43d9b23990c373303cb08b5ca1 Removing presence support till its needed --- diff --git a/src/connection.py b/src/connection.py index 32b47c2..6ff64d8 100644 --- a/src/connection.py +++ b/src/connection.py @@ -7,13 +7,12 @@ import constants import gvoice import handle import channel_manager -import simple_presence _moduleLogger = logging.getLogger("connection") -class TheOneRingConnection(telepathy.server.Connection, simple_presence.SimplePresenceMixin): +class TheOneRingConnection(telepathy.server.Connection): MANDATORY_PARAMETERS = { 'account' : 's',