Software /
code /
prosody
Diff
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 (2021-12-23) |
parent | 12096:dfb29b5b0a57 |
child | 12142:87532eebd0b8 |
line wrap: on
line diff
--- a/CHANGES Wed Dec 22 22:13:03 2021 +0100 +++ b/CHANGES Thu Dec 23 14:08:20 2021 +0100 @@ -16,6 +16,7 @@ - mod_cron: One module to rule all the periodic tasks - mod_admin_shell: New home of the Console admin interface - mod_admin_socket: Enable secure connections to the Console +- mod_tombstones: Prevent registration of deleted accounts ### Security and authentication