net/xmppcomponent_listener.lua

changeset 3540
bc139431830b
parent 3505
eb2f36dc0369
child 3578
410d2df8a824
--- a/net/xmppcomponent_listener.lua	Sat Oct 16 08:34:32 2010 +0500
+++ b/net/xmppcomponent_listener.lua	Sat Oct 16 23:00:42 2010 +0500
@@ -67,13 +67,13 @@
 
 function stream_callbacks.streamopened(session, attr)
 	if config.get(attr.to, "core", "component_module") ~= "component" then
-		-- Trying to act as a component domain which 
+		-- Trying to act as a component domain which
 		-- hasn't been configured
 		session:close{ condition = "host-unknown", text = tostring(attr.to).." does not match any configured external components" };
 		return;
 	end
 	
-	-- Note that we don't create the internal component 
+	-- Note that we don't create the internal component
 	-- until after the external component auths successfully
 
 	session.host = attr.to;

mercurial