mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 21:46:22 +00:00
jabber: wait until full room roster received before showing
This commit is contained in:
@@ -28,3 +28,5 @@ gboolean room_is_active(const char * const jid);
|
||||
char * room_get_nick_for_room(const char * const jid);
|
||||
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);
|
||||
|
||||
Reference in New Issue
Block a user