s2smanager: brackets, just to be sure :)
authorMatthew Wild <mwild1@gmail.com>
Tue, 03 Aug 2010 09:40:06 +0100
changeset 3432 7f3e45955725
parent 3431 c499f4752cd8
child 3433 b567ac8e2040
s2smanager: brackets, just to be sure :)
core/s2smanager.lua
--- a/core/s2smanager.lua	Tue Aug 03 09:39:05 2010 +0100
+++ b/core/s2smanager.lua	Tue Aug 03 09:40:06 2010 +0100
@@ -72,7 +72,7 @@
 		for i, data in ipairs(sendq) do
 			local reply = data[2];
 			local xmlns = reply.attr.xmlns;
-			if not xmlns and bouncy_stanzas[reply.name] then
+			if not(xmlns) and bouncy_stanzas[reply.name] then
 				reply.attr.type = "error";
 				reply:tag("error", {type = "cancel"})
 					:tag("remote-server-not-found", {xmlns = "urn:ietf:params:xml:ns:xmpp-stanzas"}):up();