limit number of muc rooms can be created by user

hi there
how to prevent or limit ejabberd users from creating muc rooms
I want to prevent some users from doing so
and limit some others from creating more than a specific number of muc rooms
thanks.

You can see at the list of

You can see at the list of mod_muc options that what you ask is not possible: https://docs.ejabberd.im/admin/guide/configuration/#modmuc

You can do this: allow any user to create a new room, but allow only admins to set persistent rooms, and restrict rooms that a user can join to 10.

This way, any given user can create many rooms, but as they are not persistent, only 10 can exist at a time.

thanks a lot.

thanks a lot.

Syndicate content