Explorar o código

prosody: add smacks to guest vhost

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1545
Saúl Ibarra Corretgé hai 1 ano
pai
achega
4531615974
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

+ 3 - 0
prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

@@ -263,6 +263,9 @@ VirtualHost "{{ $XMPP_GUEST_DOMAIN }}"
     authentication = "{{ $GUEST_AUTH_TYPE }}"
     modules_enabled = {
         "ping";
+        {{ if $ENABLE_XMPP_WEBSOCKET }}
+        "smacks"; -- XEP-0198: Stream Management
+        {{ end }}
     }
 
     c2s_require_encryption = false