prosody: add smacks to guest vhost

Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1545
pull/1671/head
Saúl Ibarra Corretgé 11 months ago
parent b4428bf261
commit 4531615974
  1. 3
      prosody/rootfs/defaults/conf.d/jitsi-meet.cfg.lua

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

Loading…
Cancel
Save