summaryrefslogtreecommitdiff
path: root/sunshine/contacts.py
diff options
context:
space:
mode:
authorKrzysztof Klinikowski <kkszysiu@gmail.com>2010-05-25 22:31:16 +0200
committerKrzysztof Klinikowski <kkszysiu@gmail.com>2010-05-25 22:31:16 +0200
commitd1ce179a85c7209b72ad715b9068fe10855d0794 (patch)
treeaafd34b63a71bd364fb153e780a1f95207c79eac /sunshine/contacts.py
parent9616a2221f340384ab4687dd8928192bfb68fc59 (diff)
Working ContactInfo implementation.
Diffstat (limited to 'sunshine/contacts.py')
-rw-r--r--sunshine/contacts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/contacts.py b/sunshine/contacts.py
index 7f2ba52..cb6d185 100644
--- a/sunshine/contacts.py
+++ b/sunshine/contacts.py
@@ -29,7 +29,7 @@ __all__ = ['SunshineContacts']
logger = logging.getLogger('Sunshine.Contacts')
-CONNECTION_INTERFACE_CONTACT_INFO = 'org.freedesktop.Telepathy.Connection.Interface.ContactInfo.DRAFT'
+CONNECTION_INTERFACE_CONTACT_INFO = 'org.freedesktop.Telepathy.Connection.Interface.ContactInfo'
class SunshineContacts(telepathy.server.ConnectionInterfaceContacts):