Muc default configuration

Hi,

when i create a rmuc oom there is a few settings that i´d like to be general to all, like having disabled allow occupants to change nickname, users to register with room and to have rooms listed in directory.

Having maximum occupants set to 50 and havinf enabled room is member-only.

Is there any properties that I could set for this ?

Thanks

Hi,

you may want to vote for JM-79 or if you know how to build Wifi from source edit the muc-room-edit-form.jsp file before compiling.

LG

if (create) {

// TODO Make this default values configurable (see JM-79)

maxUsers = “30”;

canChangeNick = “true”;

/code

thanks