New listener for encrypted ejabberd_c2s

Add a new listener on port 5223 for the TLS-enabled ejabberd_c2s, which combined with proper SRV records allows passing the XEP-0368 compliance test.
This commit is contained in:
Marek 2021-02-02 15:25:19 +01:00 committed by GitHub
parent 22d76bd1a4
commit 5eab8450e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -33,6 +33,15 @@ listen:
shaper: c2s_shaper shaper: c2s_shaper
access: c2s access: c2s
starttls_required: true starttls_required: true
-
port: 5223
ip: "::"
tls: true
module: ejabberd_c2s
max_stanza_size: 262144
shaper: c2s_shaper
access: c2s
starttls_required: true
- -
port: 5269 port: 5269
ip: "::" ip: "::"