web,prosody: turn on XMPP WebSocket by default

This commit is contained in:
Saúl Ibarra Corretgé
2020-10-29 21:57:54 +01:00
parent d747bfbe6b
commit 465816b4eb
4 changed files with 3 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
{{ $ENABLE_XMPP_WEBSOCKET := .Env.ENABLE_XMPP_WEBSOCKET | default "0" | toBool }}
{{ $ENABLE_XMPP_WEBSOCKET := .Env.ENABLE_XMPP_WEBSOCKET | default "1" | toBool }}
server_name _;