Refactored all window recipients and types

Tests need fixing
This commit is contained in:
James Booth
2014-12-20 00:52:35 +00:00
parent 0146e62576
commit ea267e2017
17 changed files with 630 additions and 597 deletions

View File

@@ -57,7 +57,7 @@ _occuptantswin_occupant(ProfLayoutSplit *layout, Occupant *occupant)
static void
_occupantswin_occupants(const char * const roomjid)
{
ProfMucWin *mucwin = wins_get_muc_win(roomjid);
ProfMucWin *mucwin = wins_get_muc(roomjid);
if (mucwin) {
GList *occupants = muc_roster(roomjid);
if (occupants) {