Treat room presence as online

Needs to be changed to show status changes
This commit is contained in:
James Booth
2012-11-14 01:16:07 +00:00
parent de2f060742
commit a970ea49cd
2 changed files with 14 additions and 5 deletions

View File

@@ -741,8 +741,8 @@ _room_presence_handler(const char * const jid, xmpp_stanza_t * const stanza)
show_str = xmpp_stanza_get_text(show);
} else {
show_str = "online";
prof_handle_room_member_online(room, nick, show_str, status_str);
}
prof_handle_room_member_online(room, nick, show_str, status_str);
}
}
}