Comparison

CHANGES @ 11708:5ef729c355f3

Revert 926d53af9a7a: Restore DANE support Previous commit adds a workaround, so this doesn't mutate global state anymore, only per-connection 'extra' state as originally intended.
author Kim Alvefur <zash@zash.se>
date Sun, 18 Jul 2021 21:57:24 +0200
parent 11620:d1d393fbc8dc
child 11760:d66738eeb875
comparison
equal deleted inserted replaced
11707:61759372be26 11708:5ef729c355f3
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 (low-level network layer)
20 - mod_external_services (generic XEP-0215) 21 - mod_external_services (generic XEP-0215)
21 - mod_turn_external for easy STUN+TURN XEP-0215 setup 22 - mod_turn_external for easy STUN+TURN XEP-0215 setup
22 - util.error for encapsulating errors 23 - util.error for encapsulating errors
23 - MUC: support for XEP-0421 occupant identifiers 24 - MUC: support for XEP-0421 occupant identifiers
24 - mod_http_file_share: File sharing via HTTP (XEP-0363) 25 - mod_http_file_share: File sharing via HTTP (XEP-0363)