prosody: fix enabling the token_verification module
Fixes: https://github.com/jitsi/jitsi-meet/issues/4349
This commit is contained in:
@@ -77,7 +77,7 @@ Component "{{ .Env.XMPP_MUC_DOMAIN }}" "muc"
|
|||||||
{{ if .Env.XMPP_MUC_MODULES }}
|
{{ if .Env.XMPP_MUC_MODULES }}
|
||||||
"{{ join "\";\n\"" (splitList "," .Env.XMPP_MUC_MODULES) }}";
|
"{{ join "\";\n\"" (splitList "," .Env.XMPP_MUC_MODULES) }}";
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if .Env.JWT_ENABLE_TOKEN_AUTH | default "0" | toBool }}
|
{{ if eq $AUTH_TYPE "jwt" }}
|
||||||
"token_verification";
|
"token_verification";
|
||||||
{{ end }}
|
{{ end }}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user