Software /
code /
prosody
Comparison
CHANGES @ 11414:5a71f14ab77c
net.connect: Add DANE support
Disabled DANE by default, since it needs extra steps to be useful. The
built-in DNS stub resolver does not support DNSSEC so having DANE
enabled by default only leads to an extra wasted DNS request.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 02 Mar 2021 22:41:59 +0100 |
parent | 11344:f06afb410a9f |
child | 11421:926d53af9a7a |
comparison
equal
deleted
inserted
replaced
11413:9fb23779c863 | 11414:5a71f14ab77c |
---|---|
15 - MUC presence broadcast controls | 15 - MUC presence broadcast controls |
16 - ALPN support in mod\_net\_multiplex | 16 - ALPN support in mod\_net\_multiplex |
17 - `daemonize` option deprecated | 17 - `daemonize` option deprecated |
18 - SASL DIGEST-MD5 removed | 18 - SASL DIGEST-MD5 removed |
19 - Switch to libunbound for DNS queries | 19 - Switch to libunbound for DNS queries |
20 - DANE Support | |
20 - mod_external_services (XEP-0215) | 21 - mod_external_services (XEP-0215) |
21 - util.error for encapsulating errors | 22 - util.error for encapsulating errors |
22 - MUC: support for XEP-0421 occupant identifiers | 23 - MUC: support for XEP-0421 occupant identifiers |
23 - mod_http_file_share: File sharing via HTTP (XEP-0363) | 24 - mod_http_file_share: File sharing via HTTP (XEP-0363) |
24 | 25 |