mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
mod_component: Remove some commented code
This commit is contained in:
parent
f12ca3499f
commit
7a764ade59
1 changed files with 0 additions and 8 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue