diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-10-24 19:04:51 +0100 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-10-24 19:04:51 +0100 |
commit | ffd784e8331b3b62a8e74c36c6890f4e893b50c0 (patch) | |
tree | b23a65746327cae09bdb3e07feb36c05e70d4baa /core/xmlhandlers.lua | |
parent | 20f24311a4d5129f11267c90961e5c657e4898d0 (diff) | |
download | prosody-ffd784e8331b3b62a8e74c36c6890f4e893b50c0.tar.gz prosody-ffd784e8331b3b62a8e74c36c6890f4e893b50c0.zip |
Backed out changeset 4adc53e03b4d (garbage collection)
Diffstat (limited to 'core/xmlhandlers.lua')
-rw-r--r-- | core/xmlhandlers.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/xmlhandlers.lua b/core/xmlhandlers.lua index 13bfacae..3037a848 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, 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"); |