Software /
code /
prosody
Diff
plugins/mod_register.lua @ 836:073386be5ccc
mod_register: Fixed an error happening during account deletion
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Mon, 23 Feb 2009 01:14:23 +0500 |
parent | 790:f42ad7385640 |
child | 896:2c0b9e3c11c3 |
line wrap: on
line diff
--- a/plugins/mod_register.lua Sat Feb 21 01:57:13 2009 +0500 +++ b/plugins/mod_register.lua Mon Feb 23 01:14:23 2009 +0500 @@ -44,7 +44,7 @@ datamanager.store(session.username, session.host, "vcard", nil); datamanager.store(session.username, session.host, "private", nil); datamanager.store(session.username, session.host, "offline", nil); - local bare = session.username.."@"..session.host; + --local bare = session.username.."@"..session.host; for jid, item in pairs(roster) do if jid ~= "pending" then if item.subscription == "both" or item.subscription == "to" then