diff options
author | Kim Alvefur <zash@zash.se> | 2021-03-02 22:41:59 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-03-02 22:41:59 +0100 |
commit | 63c92d08978dc74907a8c9a0c9acf0b9d1adec64 (patch) | |
tree | 4cbb90267257d79ff4eb1fe33037d7c2cca63d39 /CHANGES | |
parent | 69b2af382efbb4f1728aca9edd9eecb05fc74320 (diff) | |
download | prosody-63c92d08978dc74907a8c9a0c9acf0b9d1adec64.tar.gz prosody-63c92d08978dc74907a8c9a0c9acf0b9d1adec64.zip |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ TRUNK - `daemonize` option deprecated - SASL DIGEST-MD5 removed - Switch to libunbound for DNS queries +- DANE Support - mod_external_services (XEP-0215) - util.error for encapsulating errors - MUC: support for XEP-0421 occupant identifiers |