Software /
code /
prosody
Comparison
CHANGES @ 11774:4625093b0768
mod_s2s: Add a Direct TLS listener
Mirroring the c2s 'direct_tls'. Naming things is hard.
direct_tls_s2s_ports = { 5269+1 }
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 10 Aug 2021 20:55:43 +0200 |
parent | 11764:e2650d59db2d |
child | 11779:f4f0bdaeabd2 |
comparison
equal
deleted
inserted
replaced
11773:c5f2b63cf6ff | 11774:4625093b0768 |
---|---|
24 - MUC: support for XEP-0421 occupant identifiers | 24 - MUC: support for XEP-0421 occupant identifiers |
25 - mod_http_file_share: File sharing via HTTP (XEP-0363) | 25 - mod_http_file_share: File sharing via HTTP (XEP-0363) |
26 - statistics scheduling can be done by plugin | 26 - statistics scheduling can be done by plugin |
27 - mod_server_contact_info now loaded on components if enabled | 27 - mod_server_contact_info now loaded on components if enabled |
28 - Statistics now based on OpenMetrics | 28 - Statistics now based on OpenMetrics |
29 - Direct TLS support | 29 - Direct TLS support (c2s and incoming s2s) |
30 - Offline messages aren't sent to MAM clients | 30 - Offline messages aren't sent to MAM clients |
31 - Network backend server_select deprecated | 31 - Network backend server_select deprecated |
32 | 32 |
33 0.11.0 | 33 0.11.0 |
34 ====== | 34 ====== |