diff options
author | Kim Alvefur <zash@zash.se> | 2021-12-23 14:08:20 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-12-23 14:08:20 +0100 |
commit | 146709a2dddb78fd46f11ef8591b1cb59672440b (patch) | |
tree | c7e0a5f84e48d75cc6b58f436c486574d9d15f89 /CHANGES | |
parent | ecab94165d785e1426ad20b8d38a13e0daef147a (diff) | |
download | prosody-146709a2dddb78fd46f11ef8591b1cb59672440b.tar.gz prosody-146709a2dddb78fd46f11ef8591b1cb59672440b.zip |
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.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -16,6 +16,7 @@ TRUNK - 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 |