summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sunshine/contacts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sunshine/contacts.py b/sunshine/contacts.py
index f6da095..7f2ba52 100644
--- a/sunshine/contacts.py
+++ b/sunshine/contacts.py
@@ -40,7 +40,7 @@ class SunshineContacts(telepathy.server.ConnectionInterfaceContacts):
telepathy.CONNECTION_INTERFACE_AVATARS : 'token',
telepathy.CONNECTION_INTERFACE_CAPABILITIES : 'caps',
telepathy.CONNECTION_INTERFACE_CONTACT_CAPABILITIES : 'capabilities',
- CONNECTION_INTERFACE_CONTACT_INFO : 'contact-info'
+ CONNECTION_INTERFACE_CONTACT_INFO : 'info'
}
def __init__(self):