[Telepathy-commits] [telepathy-salut/master] constants.py: add HT_CONTACT_LIST and CHANNEL_TYPE_CONTACT_LIST

Guillaume Desmottes guillaume.desmottes at collabora.co.uk
Fri Feb 6 07:24:42 PST 2009


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

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index c39b0c4..efc564f 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -3,12 +3,15 @@ Some handy constants for other tests to share and enjoy.
 """
 
 HT_CONTACT = 1
+HT_CONTACT_LIST = 3
+
 
 CHANNEL = "org.freedesktop.Telepathy.Channel"
 CHANNEL_IFACE_GROUP = CHANNEL + ".Interface.Group"
 CHANNEL_TYPE_TUBES = CHANNEL + ".Type.Tubes"
 CHANNEL_IFACE_TUBE = CHANNEL + ".Interface.Tube.DRAFT"
 CHANNEL_TYPE_STREAM_TUBE = CHANNEL + ".Type.StreamTube.DRAFT"
+CHANNEL_TYPE_CONTACT_LIST = CHANNEL + ".Type.ContactList"
 
 CHANNEL_TYPE = CHANNEL + '.ChannelType'
 TARGET_HANDLE_TYPE = CHANNEL + '.TargetHandleType'
-- 
1.5.6.5




More information about the telepathy-commits mailing list