aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2021-12-23 14:08:20 +0100
committerKim Alvefur <zash@zash.se>2021-12-23 14:08:20 +0100
commit146709a2dddb78fd46f11ef8591b1cb59672440b (patch)
treec7e0a5f84e48d75cc6b58f436c486574d9d15f89 /CHANGES
parentecab94165d785e1426ad20b8d38a13e0daef147a (diff)
downloadprosody-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--CHANGES1
1 files changed, 1 insertions, 0 deletions
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