Software /
code /
prosody
Changeset
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 |
parents | 835:2a8bfb7dee77 |
children | 837:86d14e7ef60c |
files | plugins/mod_register.lua |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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