[jadmin] MUC question -- chatroom occupancy limit?

Grégoire Menuel gregoire.menuel at gmail.com
Wed Apr 9 16:23:17 CDT 2008


Le mercredi 9 avril 2008, Victor Danilchenko a écrit :
> 	I did find that the relevant configuration option is
> 'muc#roomconfig_maxusers' (from
> http://www.xmpp.org/extensions/xep-0045.html), but I am not sure how to
> set a new server-wide default value. it would be much easier to set a
> new server-wide default, because the actual chatroom creation is handled
> by a custom Flash client, and that raises a whole host of issues.

It is not currently possible to configure this option server wide without 
changing the code of mu-conf. If you want to patch the component, you can 
change the line 1480 (on my version of mu-conf) of conference_room.c. The 
line should read :   room->maxusers = 30; Just change the 30 to 0 to disable 
the limit.

Regards,
-- 
Grégoire Menuel
xmpp:omega at im.apinc.org
GPG: 1024D/D3BF3B20


More information about the JAdmin mailing list