Store password with room

This commit is contained in:
James Booth
2014-04-20 22:02:55 +01:00
parent e830e2a06a
commit 9a55d8ad19
6 changed files with 15 additions and 8 deletions

View File

@@ -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);