blob: db2942f588f5ff88e600ebda6256a2a0185311b1 (
plain)
- # XMPP server-to-server service (optionally secure)
- #
- # * Custom Diffie-Hellman params needs to be created ahead, e.g. with
- # /etc/local-COMMON/ejabberd/mkdhparams.sh
- #
- # Sample DNS entries:
- # xmpp IN A 192.0.2.1
- # _xmpp-server._tcp IN SRV 0 0 5222 xmpp
- listen:
- -
- port: 5269
- ip: "::"
- module: ejabberd_s2s_in
- s2s_use_starttls: optional
- s2s_certfile: 'CERT_PATH'
- s2s_dhfile: 'DH_PATH'
- s2s_ciphers: 'TLS_CIPHERS'
- s2s_protocol_options: 'TLS_OPTIONS'
|