diff -r 05054e360d89 -r c31aa53348b8 plugins/mod_vcard.lua --- a/plugins/mod_vcard.lua Sun Oct 18 06:49:40 2009 +0500 +++ b/plugins/mod_vcard.lua Sun Oct 18 06:55:00 2009 +0500 @@ -40,7 +40,7 @@ session.send(st.error_reply(stanza, "cancel", "item-not-found")); end elseif stanza.attr.type == "set" then - if not to or to == session.username.."@"..session.host then + if not to then if datamanager.store(session.username, session.host, "vcard", st.preserialize(stanza.tags[1])) then session.send(st.reply(stanza)); else