plugins/mod_vcard.lua

changeset 2000
c31aa53348b8
parent 1957
5856b2dcf81e
child 2001
2f73fe2b3edd
--- 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

mercurial