mod_muc: Disable moderator permissions for room creators

Hello,

My server uses anonymous authentication, and anyone is allowed to create a (non-persistent) room. I would like to disable moderator permissions for MUC room creators, so they can't kick/ban others. Essentially, everyone in the room should have the same limited permissions, no matter who created it.

How can I configure ejabberd to do this?

I imagine that is not

I imagine that is not configurable. But as you only want to remove privileges, you could edit mod_muc_room.erl to remove certain lines (the ones that allow to kick/ban), recompile, and reinstall.

That's what I figured; just

That's what I figured; just wanted to confirm. Thanks!

Syndicate content