Comparison

CHANGES @ 12115:94de6b7596cc

mod_tombstones: Remember deleted accounts #1307 Presence subscriptions are normally revoked on account deletion, which informs the contact. Sometimes this notification gets lost e.g. due to s2s problems. The accounts JID may also be present e.g. in MUC affiliations, chat group member lists, pubsub subscriptions or other systems. These may grant privileges which would fall to someone who creates the same account again, which this module is meant to prevent.
author Kim Alvefur <zash@zash.se>
date Thu, 23 Dec 2021 14:08:20 +0100
parent 12096:dfb29b5b0a57
child 12142:87532eebd0b8
comparison
equal deleted inserted replaced
12114:e32f90c81519 12115:94de6b7596cc
14 - mod_smacks: Stream management and resumption (XEP-0198) 14 - mod_smacks: Stream management and resumption (XEP-0198)
15 - mod_auth_ldap: LDAP authentication 15 - mod_auth_ldap: LDAP authentication
16 - mod_cron: One module to rule all the periodic tasks 16 - mod_cron: One module to rule all the periodic tasks
17 - mod_admin_shell: New home of the Console admin interface 17 - mod_admin_shell: New home of the Console admin interface
18 - mod_admin_socket: Enable secure connections to the Console 18 - mod_admin_socket: Enable secure connections to the Console
19 - mod_tombstones: Prevent registration of deleted accounts
19 20
20 ### Security and authentication 21 ### Security and authentication
21 22
22 - SNI support (including automatic certificate selection) 23 - SNI support (including automatic certificate selection)
23 - ALPN support in mod_net_multiplex 24 - ALPN support in mod_net_multiplex