mod_component: Remove some commented code

This commit is contained in:
Matthew Wild 2009-03-22 17:54:29 +00:00
parent f12ca3499f
commit 7a764ade59

View file

@ -122,14 +122,6 @@ end
module:add_handler("component", "handshake", xmlns_component, handle_component_auth);
--[[
-- Helper function to deal with errors processing component stanzas
local function handleerr(err) log("error", "Traceback[component]: %s: %s", tostring(err), debug.traceback()); end
function stream_callbacks.handlestanza(a, b)
xpcall(function () core_process_stanza(a, b) end, handleerr);
end
]]
--- Closing a component connection
local stream_xmlns_attr = {xmlns='urn:ietf:params:xml:ns:xmpp-streams'};
local function session_close(session, reason)