telepathy-gabble: constants.py: add missing Call properties

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Tue Oct 1 03:47:54 PDT 2013


Module: telepathy-gabble
Branch: master
Commit: 8dcc6cbfb716d62681019fbb0b7addb462483528
URL:    http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=8dcc6cbfb716d62681019fbb0b7addb462483528

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Tue Oct  1 12:45:05 2013 +0200

constants.py: add missing Call properties

Some of those are used in Rakia tests.

---

 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 14ca2d6..74803a9 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -84,6 +84,15 @@ INITIATOR_HANDLE = CHANNEL + '.InitiatorHandle'
 INITIATOR_ID = CHANNEL + '.InitiatorID'
 INTERFACES = CHANNEL + '.Interfaces'
 
+CALL_CONTENTS = CHANNEL_TYPE_CALL + '.Contents'
+CALL_CALL_STATE_DETAILS = CHANNEL_TYPE_CALL + '.CallStateDetails'
+CALL_CALL_STATE = CHANNEL_TYPE_CALL + '.CallState'
+CALL_CALL_FLAGS = CHANNEL_TYPE_CALL + '.CallFlags'
+CALL_CALL_STATE_REASON = CHANNEL_TYPE_CALL + '.CallStateReason'
+CALL_HARDWARE_STREAMING = CHANNEL_TYPE_CALL + '.HardwareStreaming'
+CALL_CALL_MEMBERS = CHANNEL_TYPE_CALL + '.CallMembers'
+CALL_MEMBER_IDENTIFIERS = CHANNEL_TYPE_CALL + '.MemberIdentifiers'
+CALL_INITIAL_TRANSPORT = CHANNEL_TYPE_CALL + '.InitialTransport'
 CALL_INITIAL_AUDIO = CHANNEL_TYPE_CALL + '.InitialAudio'
 CALL_INITIAL_AUDIO_NAME = CHANNEL_TYPE_CALL + '.InitialAudioName'
 CALL_INITIAL_VIDEO = CHANNEL_TYPE_CALL + '.InitialVideo'



More information about the telepathy-commits mailing list