Browse Source

fix: Load XMPP_MODULES for the guest domain.

Boris Grozev 4 days ago
parent
commit
4ff28768e5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

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

@@ -248,6 +248,9 @@ VirtualHost "{{ $XMPP_GUEST_DOMAIN }}"
         {{ if $ENABLE_XMPP_WEBSOCKET }}
         "smacks"; -- XEP-0198: Stream Management
         {{ end }}
+        {{ if .Env.XMPP_MODULES }}
+        "{{ join "\";\n        \"" (splitList "," .Env.XMPP_MODULES | compact) }}";
+        {{ end }}
     }
 
     c2s_require_encryption = {{ $C2S_REQUIRE_ENCRYPTION }}