[telepathy-gabble/master] constants: add legacy capability flags for StreamedMedia

Simon McVittie simon.mcvittie at collabora.co.uk
Mon Jul 27 09:44:11 PDT 2009


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

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index 1f535bd..e9e90dd 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -221,3 +221,10 @@ CHAT_STATE_INACTIVE = 1
 CHAT_STATE_ACTIVE = 2
 CHAT_STATE_PAUSED = 3
 CHAT_STATE_COMPOSING = 4
+
+# Channel_Media_Capabilities
+MEDIA_CAP_AUDIO = 1
+MEDIA_CAP_VIDEO = 2
+MEDIA_CAP_STUN = 4
+MEDIA_CAP_GTALKP2P = 8
+MEDIA_CAP_ICEUDP = 16
-- 
1.5.6.5




More information about the telepathy-commits mailing list