telepathy-mission-control: constants: sync with Gabble master
Guillaume Desmottes
gdesmott at kemper.freedesktop.org
Tue Oct 1 03:28:53 PDT 2013
Module: telepathy-mission-control
Branch: master
Commit: 0cbf35f9ce12b12ac1f54414088bad3fcd2ca641
URL: http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=0cbf35f9ce12b12ac1f54414088bad3fcd2ca641
Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date: Tue Oct 1 12:28:40 2013 +0200
constants: sync with Gabble master
---
tests/twisted/constants.py | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 6bb50c7..14ca2d6 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -94,7 +94,7 @@ CALL_CONTENT = PREFIX + '.Call1.Content'
CALL_CONTENT_IFACE_MEDIA = CALL_CONTENT + '.Interface.Media'
CALL_CONTENT_IFACE_DTMF = CALL_CONTENT + '.Interface.DTMF'
-CALL_CONTENT_MEDIADESCRIPTION = CALL_CONTENT + '.MediaDescription'
+CALL_CONTENT_MEDIA_DESCRIPTION = CALL_CONTENT + '.MediaDescription'
CALL_STREAM = PREFIX + '.Call1.Stream'
CALL_STREAM_IFACE_MEDIA = CALL_STREAM + '.Interface.Media'
@@ -599,6 +599,10 @@ CD_REDISPATCH = CD + '.Interface.Redispatch.DRAFT'
MC = PREFIX + '.MissionControl5'
MC_PATH = PATH_PREFIX + '/MissionControl5'
+DTMF_CURRENTLY_SENDING_TONES = CHANNEL_IFACE_DTMF + '.CurrentlySendingTones'
+DTMF_INITIAL_TONES = CHANNEL_IFACE_DTMF + '.InitialTones'
+DTMF_DEFERRED_TONES = CHANNEL_IFACE_DTMF + '.DeferredTones'
+
TESTDOT = PREFIX + ".Test."
TESTSLASH = PATH_PREFIX + "/Test/"
More information about the telepathy-commits
mailing list