plugins/mod_component.lua

changeset 3540
bc139431830b
parent 3531
f41e1cfe92f4
child 3579
9720fa5e0991
--- 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

mercurial