Random bug fixes, advancing the channels, unit tests, seperating contacts not just...
[theonering] / src / simple_presence.py
index b309e14..b95c2ea 100644 (file)
@@ -26,7 +26,7 @@ class SimplePresenceMixin(telepathy.server.ConnectionInterfaceSimplePresence):
                self._implement_property_get(dbus_interface, {'Statuses' : self._get_statuses})
 
        @property
-       def gvoice_backend(self):
+       def session(self):
                """
                @abstract
                """