Chat room windows now created only after successful join

This commit is contained in:
James Booth
2014-04-21 00:37:04 +01:00
parent 9a55d8ad19
commit 2c15aba92a
17 changed files with 89 additions and 102 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, NULL);
muc_join_room(room, nick, NULL, FALSE);
gboolean room_is_active = muc_room_is_active(room);