# HG changeset patch # User Matthew Wild # Date 1280824806 -3600 # Node ID 7f3e45955725b35ba66f5d29cd1e5321e83992ac # Parent c499f4752cd88f23df6425be97713e0f4429859f s2smanager: brackets, just to be sure :) diff -r c499f4752cd8 -r 7f3e45955725 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();