Removing presence support till its needed
authorEd Page <eopage@byu.net>
Thu, 1 Oct 2009 02:41:24 +0000 (21:41 -0500)
committerEd Page <eopage@byu.net>
Thu, 1 Oct 2009 02:41:24 +0000 (21:41 -0500)
src/connection.py

index 32b47c2..6ff64d8 100644 (file)
@@ -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',