[telepathy-salut/master] constants.py: add CONN_IFACE_CONTACT_CAPA and CONN_IFACE_CONTACTS

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Wed Apr 1 04:10:38 PDT 2009


---
 tests/twisted/constants.py |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index efc564f..92fa7ff 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -23,6 +23,8 @@ INITIATOR_ID = CHANNEL + '.InitiatorID'
 
 CONN = "org.freedesktop.Telepathy.Connection"
 CONN_IFACE_REQUESTS = CONN + '.Interface.Requests'
+CONN_IFACE_CONTACT_CAPA = CONN + '.Interface.ContactCapabilities.DRAFT'
+CONN_IFACE_CONTACTS = CONN + '.Interface.Contacts'
 
 ERRORS = 'org.freedesktop.Telepathy.Errors'
 INVALID_ARGUMENT = ERRORS + '.InvalidArgument'
-- 
1.5.6.5




More information about the telepathy-commits mailing list