summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dufresne <nicolas.dufresne@collabora.com>2012-02-07 13:38:20 +0100
committerNicolas Dufresne <nicolas.dufresne@collabora.com>2012-02-07 13:38:20 +0100
commit82d8ca3198eef823c7bfca836e537926ebc49149 (patch)
treeacad5eebfc3dc1235639b0aa5498c5448943f3ed
parent0e697dc4f035d78efc27a652efa8c5c3bdaf52a2 (diff)
downloadtelepathy-gabble-82d8ca3198eef823c7bfca836e537926ebc49149.tar.gz
Add CallStreamComponent enum in constants
-rw-r--r--tests/twisted/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index c3ab874a7..aa4fa78d9 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -156,6 +156,10 @@ CALL_STATE_CHANGE_REASON_NETWORK_ERROR = 11
CALL_STATE_CHANGE_REASON_MEDIA_ERROR = 12
CALL_STATE_CHANGE_REASON_CONNECTIVITY_ERROR = 13
+CALL_STREAM_COMPONENT_UNKNOWN = 0
+CALL_STREAM_COMPONENT_DATA = 1
+CALL_STREAM_COMPONENT_CONTROL = 2
+
SUBSCRIPTION_STATE_UNKNOWN = 0
SUBSCRIPTION_STATE_NO = 1
SUBSCRIPTION_STATE_REMOVED_REMOTELY = 2