mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 05:06:21 +00:00
Chat room windows now created only after successful join
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user