Diff

net/xmppcomponent_listener.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 3505:eb2f36dc0369
child 3578:410d2df8a824
line wrap: on
line diff
--- 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;