telepathy-gabble: constants: add CHANNEL_TYPE_ROOM_LIST

Guillaume Desmottes gdesmott at kemper.freedesktop.org
Thu Sep 19 07:52:45 PDT 2013


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

Author: Guillaume Desmottes <guillaume.desmottes at collabora.co.uk>
Date:   Thu Sep 19 16:41:19 2013 +0200

constants: add CHANNEL_TYPE_ROOM_LIST

Used by Idle tests.

---

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

diff --git a/tests/twisted/constants.py b/tests/twisted/constants.py
index ac101a3..1ec2069 100644
--- a/tests/twisted/constants.py
+++ b/tests/twisted/constants.py
@@ -40,6 +40,7 @@ CHANNEL_TYPE_STREAM_TUBE = CHANNEL + ".Type.StreamTube"
 CHANNEL_TYPE_DBUS_TUBE = CHANNEL + ".Type.DBusTube"
 CHANNEL_TYPE_TEXT = CHANNEL + ".Type.Text"
 CHANNEL_TYPE_FILE_TRANSFER = CHANNEL + ".Type.FileTransfer"
+CHANNEL_TYPE_ROOM_LIST = CHANNEL + ".Type.RoomList"
 CHANNEL_TYPE_SERVER_AUTHENTICATION = \
     CHANNEL + ".Type.ServerAuthentication"
 CHANNEL_TYPE_SERVER_TLS_CONNECTION = \



More information about the telepathy-commits mailing list