prosody: add smacks to guest vhost
Fixes: https://github.com/jitsi/docker-jitsi-meet/issues/1545
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user