mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-29 09:56:21 +00:00
Added /room <affiliation> command
This commit is contained in:
@@ -98,6 +98,7 @@ gboolean muc_occupant_available(Occupant *occupant);
|
||||
const char * muc_occupant_affiliation_str(Occupant *occupant);
|
||||
const char * muc_occupant_role_str(Occupant *occupant);
|
||||
GSList * muc_occupants_by_role(const char * const room, muc_role_t role);
|
||||
GSList * muc_occupants_by_affiliation(const char * const room, muc_affiliation_t affiliation);
|
||||
|
||||
void muc_roster_nick_change_start(const char * const room, const char * const new_nick, const char * const old_nick);
|
||||
char* muc_roster_nick_change_complete(const char * const room, const char * const nick);
|
||||
|
||||
Reference in New Issue
Block a user