From 20f24311a4d5129f11267c90961e5c657e4898d0 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Fri, 24 Oct 2008 18:43:26 +0100 Subject: Extra garbage collection, for debugging --- core/xmlhandlers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua index 3037a848..13bfacae 100644 --- a/core/xmlhandlers.lua +++ b/core/xmlhandlers.lua @@ -69,7 +69,7 @@ function init_xmlhandlers(session, streamopened) streamopened(session, attr); return; end - error("Client failed to open stream successfully"); + error("Client failed to open stream successfully, it sent tag "..name); end if curr_ns == "jabber:client" and name ~= "iq" and name ~= "presence" and name ~= "message" then error("Client sent invalid top-level stanza"); -- cgit v1.2.3