Software /
code /
prosody
Diff
core/s2smanager.lua @ 2892:9f214431de29
Merge 0.6->0.7
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Thu, 18 Mar 2010 01:25:50 +0000 |
parent | 2749:8dc5f3651501 |
parent | 2889:c1e6df7cf56a |
child | 2915:f47bd0f7e2e6 |
line wrap: on
line diff
--- 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);