Show rooms in roster panel

This commit is contained in:
James Booth
2016-01-02 01:22:19 +00:00
parent f27cae68c5
commit 22a14e1240
3 changed files with 75 additions and 0 deletions

View File

@@ -283,6 +283,8 @@ sv_ev_room_message(const char *const room_jid, const char *const nick,
notify_room_message(nick, jidp->localpart, ui_index, NULL);
}
jid_destroy(jidp);
rosterwin_roster();
}
void
@@ -720,6 +722,8 @@ sv_ev_muc_self_online(const char *const room, const char *const nick, gboolean c
}
}
rosterwin_roster();
// check for change in role/affiliation
} else {
ProfMucWin *mucwin = wins_get_muc(room);