Software /
code /
prosody
Diff
plugins/mod_component.lua @ 3540:bc139431830b
Monster whitespace commit (beware the whitespace monster).
author | Waqas Hussain <waqas20@gmail.com> |
---|---|
date | Sat, 16 Oct 2010 23:00:42 +0500 |
parent | 3531:f41e1cfe92f4 |
child | 3579:9720fa5e0991 |
line wrap: on
line diff
--- a/plugins/mod_component.lua Sat Oct 16 08:34:32 2010 +0500 +++ b/plugins/mod_component.lua Sat Oct 16 23:00:42 2010 +0500 @@ -59,7 +59,7 @@ -- 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