about summary refs log tree commit diff stats
path: root/tests/test_muc.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-20 22:02:55 +0100
committerJames Booth <boothj5@gmail.com>2014-04-20 22:02:55 +0100
commit9a55d8ad193e79c38d59c9448330132f1c874bca (patch)
tree05dde8cae2a038c6887f8c78f0f845d3d90e3a9a /tests/test_muc.c
parente830e2a06a43b03377c9bb862b1843aec91cb366 (diff)
downloadprofani-tty-9a55d8ad193e79c38d59c9448330132f1c874bca.tar.gz
Store password with room
Diffstat (limited to 'tests/test_muc.c')
-rw-r--r--tests/test_muc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_muc.c b/tests/test_muc.c
index 3cfb38b4..b1f55a53 100644
--- a/tests/test_muc.c
+++ b/tests/test_muc.c
@@ -70,7 +70,7 @@ void test_muc_room_is_active(void **state)
 {
     char *room = "room@server.org";
     char *nick = "bob";
-    muc_join_room(room, nick);
+    muc_join_room(room, nick, NULL);
 
     gboolean room_is_active = muc_room_is_active(room);