summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-14 21:09:39 +0100
committerJonny Lamb <jonny.lamb@collabora.co.uk>2012-05-15 10:58:23 +0100
commitc718f11c8dc1e8270fb5d101c366df97f074e315 (patch)
treeb5ab1b68d3e700cddca93b3a97e3643cce6842cb /tests
parent5430aa1495a9efb0e9b9ad030fc7c66655aac064 (diff)
downloadtelepathy-idle-c718f11c8dc1e8270fb5d101c366df97f074e315.tar.gz
muc-channel: add initial RoomConfig1 implementation
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/twisted/channels/requests-muc.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/twisted/channels/requests-muc.py b/tests/twisted/channels/requests-muc.py
index b43a494..8d37526 100644
--- a/tests/twisted/channels/requests-muc.py
+++ b/tests/twisted/channels/requests-muc.py
@@ -88,6 +88,7 @@ def test(q, bus, conn, stream, use_room=False):
cs.CHANNEL_IFACE_MESSAGES,
cs.CHANNEL_IFACE_ROOM,
cs.CHANNEL_IFACE_SUBJECT,
+ cs.CHANNEL_IFACE_ROOM_CONFIG,
], props[cs.INTERFACES])
assert props[cs.TARGET_HANDLE_TYPE] == cs.HT_ROOM
assert props[cs.TARGET_ID] == '#idletest'