[telepathy-gabble/master] Add GroupChangeReasons to constants.py
Will Thompson
will.thompson at collabora.co.uk
Wed Mar 18 05:54:41 PDT 2009
---
tests/twisted/constants.py | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index bb2d709..c9c63cd 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -94,3 +94,16 @@ MEDIA_STREAM_DIRECTION_NONE = 0
MEDIA_STREAM_DIRECTION_SEND = 1
MEDIA_STREAM_DIRECTION_RECEIVE = 2
MEDIA_STREAM_DIRECTION_BIDIRECTIONAL = 3
+
+GC_REASON_NONE = 0
+GC_REASON_OFFLINE = 1
+GC_REASON_KICKED = 2
+GC_REASON_BUSY = 3
+GC_REASON_INVITED = 4
+GC_REASON_BANNED = 5
+GC_REASON_ERROR = 6
+GC_REASON_INVALID_CONTACT = 7
+GC_REASON_NO_ANSWER = 8
+GC_REASON_RENAMED = 9
+GC_REASON_PERMISSION_DENIED = 10
+GC_REASON_SEPARATED = 11
--
1.5.6.5
More information about the telepathy-commits
mailing list