aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mod_register.lua
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2010-06-29 20:17:21 +0100
committerMatthew Wild <mwild1@gmail.com>2010-06-29 20:17:21 +0100
commitac2c84b749ab005099d27195c587edd1be640649 (patch)
treea990c181c9fd47e3e92d21bdc138ccaa778bf740 /plugins/mod_register.lua
parent9e70620d2631fff90974f2c40f435b15d8e386b1 (diff)
parent5a862cb1afc932a2a72b4f569024dd5aaddcc6b8 (diff)
downloadprosody-ac2c84b749ab005099d27195c587edd1be640649.tar.gz
prosody-ac2c84b749ab005099d27195c587edd1be640649.zip
Merge 0.7->trunk
Diffstat (limited to 'plugins/mod_register.lua')
-rw-r--r--plugins/mod_register.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/mod_register.lua b/plugins/mod_register.lua
index 7e150ac7..a35b4c5c 100644
--- a/plugins/mod_register.lua
+++ b/plugins/mod_register.lua
@@ -59,6 +59,7 @@ module:add_iq_handler("c2s", "jabber:iq:register", function (session, stanza)
end
end
datamanager.store(username, host, "roster", nil);
+ datamanager.store(username, host, "privacy", nil);
datamanager.store(username, host, "accounts", nil); -- delete accounts datastore at the end
module:log("info", "User removed their account: %s@%s", username, host);
module:fire_event("user-deregistered", { username = username, host = host, source = "mod_register", session = session });