[Pkg-telepathy-commits] [telepathy-mission-control-6] 22/280: constants: sync with Gabble master

Simon McVittie smcv at debian.org
Thu Mar 27 20:07:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

smcv pushed a commit to branch debian
in repository telepathy-mission-control-6.

commit 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 file changed, 5 insertions(+), 1 deletion(-)

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/"
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-telepathy/telepathy-mission-control-6.git



More information about the Pkg-telepathy-commits mailing list