room_chat: add occupants to room roster until roster received

This commit is contained in:
James Booth
2012-11-07 22:59:48 +00:00
parent 6cb9c853cb
commit c4c5668779
3 changed files with 30 additions and 1 deletions

View File

@@ -30,3 +30,5 @@ gboolean room_parse_room_jid(const char * const room_jid, char **room,
char **nick);
void room_add_to_roster(const char * const jid, const char * const nick);
GSList * room_get_roster(const char * const jid);
void room_set_roster_received(const char * const jid);
gboolean room_get_roster_received(const char * const jid);