mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-27 22:36:22 +00:00
room_chat: add occupants to room roster until roster received
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user