telepathy-gabble: constants: add Interface.DTMF properties

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


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

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

constants: add Interface.DTMF properties

Used by Rakia tests.

---

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

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index d43b22e..14ca2d6 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -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