core/s2smanager.lua

changeset 2892
9f214431de29
parent 2749
8dc5f3651501
parent 2889
c1e6df7cf56a
child 2915
f47bd0f7e2e6
--- a/core/s2smanager.lua	Wed Mar 17 14:28:26 2010 +0000
+++ b/core/s2smanager.lua	Thu Mar 18 01:25:50 2010 +0000
@@ -369,11 +369,6 @@
 		session.secure = true;
 	end
 	
-	if session.version >= 1.0 and not (attr.to and attr.from) then
-		(session.log or log)("warn", "Remote of stream "..(session.from_host or "(unknown)").."->"..(session.to_host or "(unknown)")
-			.." failed to specify to (%s) and/or from (%s) hostname as per RFC", tostring(attr.to), tostring(attr.from));
-	end
-	
 	if session.direction == "incoming" then
 		-- Send a reply stream header
 		session.to_host = attr.to and nameprep(attr.to);

mercurial