summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-01 14:12:50 +0100
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2010-10-01 14:15:06 +0100
commiteb51a18a4fb73e65536b37132d8725d962483fb7 (patch)
tree55cdca4856918590f7cd4c5f7e81b5bedb8722e4
parent05ef9f4215eb93fd31709436c4eb13d47d6233d2 (diff)
constants: add Aliasing and complex Presence
-rw-r--r--tests/twisted/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 9a4ce35b..1ffa4d8e 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -113,10 +113,12 @@ CONTACT_LIST_STATE_SUCCESS = 3
CONN = "org.freedesktop.Telepathy.Connection"
CONN_IFACE_AVATARS = CONN + '.Interface.Avatars'
+CONN_IFACE_ALIASING = CONN + '.Interface.Aliasing'
CONN_IFACE_CAPS = CONN + '.Interface.Capabilities'
CONN_IFACE_CONTACTS = CONN + '.Interface.Contacts'
CONN_IFACE_CONTACT_CAPS = CONN + '.Interface.ContactCapabilities.DRAFT'
CONN_IFACE_CONTACT_INFO = CONN + ".Interface.ContactInfo"
+CONN_IFACE_PRESENCE = CONN + '.Interface.Presence'
CONN_IFACE_SIMPLE_PRESENCE = CONN + '.Interface.SimplePresence'
CONN_IFACE_REQUESTS = CONN + '.Interface.Requests'
CONN_IFACE_LOCATION = CONN + '.Interface.Location'