mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 21:57:45 +03:00
Monster whitespace commit (beware the whitespace monster).
This commit is contained in:
parent
85b44a1dfd
commit
b7e51a203d
42 changed files with 145 additions and 147 deletions
|
@ -59,7 +59,7 @@ function handle_component_auth(event)
|
|||
-- If component not already created for this host, create one now
|
||||
if not hosts[session.host].connected then
|
||||
local send = session.send;
|
||||
session.component_session = cm_register_component(session.host, function (_, data)
|
||||
session.component_session = cm_register_component(session.host, function (_, data)
|
||||
if data.attr and data.attr.xmlns == "jabber:client" then
|
||||
data.attr.xmlns = nil;
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue