MongooseIM
MongooseIM copied to clipboard
Expose MUCLight change affiliation REST API
MongooseIM version: 3.3.0 Installed from: source
It seems REST API doesn't have ability of manage MUCLight members' affiliation.
But when I discover source code, I found https://github.com/esl/MongooseIM/blob/master/src/muc_light/mod_muc_light_commands.erl#L176, it looks like for change affiliation, but didn't expose yet.
Good catch, indeed it looks like it was skipped by mistake. I've added an internal ticket to fix this.