Backed out changeset c4240df1b412 (or this)

Fri, 29 Jan 2010 03:07:08 +0000

author
Matthew Wild <mwild1@gmail.com>
date
Fri, 29 Jan 2010 03:07:08 +0000
changeset 2521
37fee4892827
parent 2518
c4240df1b412
child 2522
9f9d605ef65d

Backed out changeset c4240df1b412 (or this)

plugins/mod_privacy.lua file | annotate | diff | comparison | revisions
--- a/plugins/mod_privacy.lua	Fri Jan 29 02:41:36 2010 +0000
+++ b/plugins/mod_privacy.lua	Fri Jan 29 03:07:08 2010 +0000
@@ -415,7 +415,7 @@
 				(stanza.name == "message" and item.message) or
 				(stanza.name == "iq" and item.iq) or
 				(stanza.name == "presence" and jid_bare(stanza.attr.to) == bare_jid and item["presence-in"]) or
-				(stanza.name == "presence" and not stanza.attr.from or jid_bare(stanza.attr.from) == bare_jid and item["presence-out"]) or
+				(stanza.name == "presence" and jid_bare(stanza.attr.from) == bare_jid and item["presence-out"]) or
 				(item.message == false and item.iq == false and item["presence-in"] == false and item["presence-out"] == false)
 			) then
 				apply = true;

mercurial