mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-23 03:16:21 +00:00
Merge branch 'master' into otr
This commit is contained in:
@@ -196,6 +196,11 @@ prof_handle_error_message(const char *from, const char *err_msg)
|
||||
} else {
|
||||
cons_show_error("Error received from server: %s", err_msg);
|
||||
}
|
||||
// remove the room from muc
|
||||
Jid *room_jid = jid_create(from);
|
||||
muc_leave_room(room_jid->barejid);
|
||||
jid_destroy(room_jid);
|
||||
|
||||
} else {
|
||||
cons_show_error("Error received from server: %s", err_msg);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user