Added /room <affiliation> command

This commit is contained in:
James Booth
2014-10-01 00:46:58 +01:00
parent 5879f497ad
commit c90f4a37a3
7 changed files with 107 additions and 6 deletions

View File

@@ -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);