diff options
author | Kim Alvefur <zash@zash.se> | 2021-08-10 20:55:43 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-08-10 20:55:43 +0200 |
commit | 702d8a9ab49e326fbdd73229a9ab7fda42ecfa84 (patch) | |
tree | 7352d81b1ea0a289a257f0f68c8d3dc46aea072f /CHANGES | |
parent | c42a125cc727bd0a9f5856054a6e75b415bbee92 (diff) | |
download | prosody-702d8a9ab49e326fbdd73229a9ab7fda42ecfa84.tar.gz prosody-702d8a9ab49e326fbdd73229a9ab7fda42ecfa84.zip |
mod_s2s: Add a Direct TLS listener
Mirroring the c2s 'direct_tls'. Naming things is hard.
direct_tls_s2s_ports = { 5269+1 }
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ TRUNK - statistics scheduling can be done by plugin - mod_server_contact_info now loaded on components if enabled - Statistics now based on OpenMetrics -- Direct TLS support +- Direct TLS support (c2s and incoming s2s) - Offline messages aren't sent to MAM clients - Network backend server_select deprecated |