From 42051336dcb360df4affa56d9ec8ecb848f7764a Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Tue, 26 Aug 2008 16:57:00 +0100 Subject: Remove some debugging messages Connection now closed on error Removed version='1.0' to keep it working with non-SASL --- core/xmlhandlers.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/xmlhandlers.lua') diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua index b9c557fa..f731d3d5 100644 --- a/core/xmlhandlers.lua +++ b/core/xmlhandlers.lua @@ -42,7 +42,7 @@ function init_xmlhandlers(session) session.streamid = m_random(1000000, 99999999); print(session, session.host, "Client opened stream"); send(""); - send(format("", session.streamid, session.host)); + send(format("", session.streamid, session.host)); --send(""); --send("PLAIN"); --send [[ ]] -- cgit v1.2.3