mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 10:16:20 +00:00
Implemented /roster by group
This commit is contained in:
@@ -114,5 +114,7 @@ void handle_muc_self_online(const char * const room, const char * const nick, gb
|
||||
void handle_muc_occupant_online(const char * const room, const char * const nick, const char * const jid,
|
||||
const char * const role, const char * const affiliation, const char * const actor, const char * const reason,
|
||||
const char * const show_str, const char * const status_str);
|
||||
void handle_roster_update(const char * const barejid, const char * const name,
|
||||
GSList *groups, const char * const subscription, gboolean pending_out);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user