jabber: wait until full room roster received before showing

This commit is contained in:
James Booth
2012-11-07 22:24:50 +00:00
parent 5fe12bbd15
commit 54e591fea3
5 changed files with 58 additions and 11 deletions

View File

@@ -39,8 +39,6 @@ void prof_handle_room_history(const char * const room_jid,
const char * const nick, GTimeVal tv_stamp, const char * const message);
void prof_handle_room_message(const char * const room_jid, const char * const nick,
const char * const message);
void
prof_handle_chat_room_member(const char * const room_jid,
const char * const nick);
void prof_handle_room_roster_complete(const char * const room);
#endif