Software /
code /
prosody
Diff
core/xmlhandlers.lua @ 166:d4ee015fcee4
Backed out changeset 4adc53e03b4d (garbage collection)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Fri, 24 Oct 2008 19:04:51 +0100 |
parent | 165:4adc53e03b4d |
child | 331:830fd67f9378 |
line wrap: on
line diff
--- a/core/xmlhandlers.lua Fri Oct 24 18:43:26 2008 +0100 +++ b/core/xmlhandlers.lua Fri Oct 24 19:04:51 2008 +0100 @@ -69,7 +69,7 @@ streamopened(session, attr); return; end - error("Client failed to open stream successfully, it sent tag "..name); + error("Client failed to open stream successfully"); end if curr_ns == "jabber:client" and name ~= "iq" and name ~= "presence" and name ~= "message" then error("Client sent invalid top-level stanza");