@@ -54,6 +54,16 @@ muc_init(void)
invite_ac = autocomplete_new();
}
void
muc_close(void)
{
autocomplete_free(invite_ac);
if (rooms != NULL) {
g_hash_table_destroy(rooms);
rooms = NULL;
muc_add_invite(char *room)
The note is not visible to the blocked user.