diff --git a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example index 49ae215d0fe5..2f53d53a2d4b 100644 --- a/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example +++ b/doc/debian/jitsi-meet-prosody/prosody.cfg.lua-jvb.example @@ -119,8 +119,10 @@ Component "internal.auth.jitmeet.example.com" "muc" VirtualHost "auth.jitmeet.example.com" modules_enabled = { "limits_exception"; + "smacks"; } authentication = "internal_hashed" + smacks_hibernation_time = 15; -- Proxy to jicofo's user JID, so that it doesn't have to register as a component. Component "focus.jitmeet.example.com" "client_proxy" diff --git a/resources/extra-large-conference/prosody.cfg.lua.visitor.template b/resources/extra-large-conference/prosody.cfg.lua.visitor.template index 4ae60d8c1f62..167b1ed37e23 100644 --- a/resources/extra-large-conference/prosody.cfg.lua.visitor.template +++ b/resources/extra-large-conference/prosody.cfg.lua.visitor.template @@ -113,8 +113,10 @@ VirtualHost 'auth.meet.jitsi' modules_enabled = { 'limits_exception'; 'ping'; + 'smacks'; } authentication = 'internal_hashed' + smacks_hibernation_time = 15; Component 'conference.vX.meet.jitsi' 'muc' storage = 'memory'