core/s2smanager.lua

changeset 3432
7f3e45955725
parent 3431
c499f4752cd8
child 3436
9c454c029c26
--- 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();

mercurial