Wildfire needs a way to enable/disable muc service.
Description
We need to allow admins to enable/disable MUC support within the server, giving admins more control over the client base.
Environment
None
Activity
Show:
Gaston Dombiak
August 10, 2006 at 3:24 AM
wroot - you can set the xmpp.muc.enabled system property to true/false. Or write a plugin that uses the internal API. MultiUserChatServer#enableService(boolean enabled)
We need to allow admins to enable/disable MUC support within the server, giving admins more control over the client base.