Handle /who command in chat rooms

This commit is contained in:
James Booth
2013-01-15 23:17:07 +00:00
parent efdd3e55db
commit 02a71e2510
4 changed files with 90 additions and 10 deletions

View File

@@ -297,7 +297,8 @@ void
prof_handle_room_roster_complete(const char * const room)
{
muc_set_roster_received(room);
win_show_room_roster(room);
GList *roster = muc_get_roster(room);
win_show_room_roster(room, roster, NULL);
win_current_page_off();
}