[telepathy-gabble/master] Add constant for version new call interfaces
Sjoerd Simons
sjoerd.simons at collabora.co.uk
Tue Dec 29 05:34:52 PST 2009
---
tests/twisted/constants.py | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 7388d50..72bc5e1 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -55,6 +55,15 @@ CALL_INITIAL_AUDIO = CHANNEL_TYPE_CALL + '.InitialAudio'
CALL_INITIAL_VIDEO = CHANNEL_TYPE_CALL + '.InitialVideo'
CALL_MUTABLE_CONTENTS = CHANNEL_TYPE_CALL + '.MutableContents'
+CALL_CONTENT = 'org.freedesktop.Telepathy.Call.Content.Draft'
+CALL_CONTENT_IFACE_MEDIA = \
+ 'org.freedesktop.Telepathy.Call.Content.Interface.Media.Draft'
+
+CALL_STREAM = 'org.freedesktop.Telepathy.Call.Stream.Draft'
+CALL_STREAM_IFACE_MEDIA = \
+ 'org.freedesktop.Telepathy.Call.Stream.Interface.Media.Draft'
+
+
CONN = "org.freedesktop.Telepathy.Connection"
CONN_IFACE_AVATARS = CONN + '.Interface.Avatars'
CONN_IFACE_CAPS = CONN + '.Interface.Capabilities'
--
1.5.6.5
More information about the telepathy-commits
mailing list