From 146709a2dddb78fd46f11ef8591b1cb59672440b Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Thu, 23 Dec 2021 14:08:20 +0100 Subject: 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. --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 4d1945db..f6d77f35 100644 --- a/CHANGES +++ b/CHANGES @@ -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 -- cgit v1.2.3