aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2008-10-25 18:21:34 +0100
committerMatthew Wild <mwild1@gmail.com>2008-10-25 18:21:34 +0100
commit599efdf60dd8ccd902cd1d3501a38df0ed0baef8 (patch)
tree76c46eb379173d5d3d449d890c88df67cd4871e3
parentffd784e8331b3b62a8e74c36c6890f4e893b50c0 (diff)
downloadprosody-599efdf60dd8ccd902cd1d3501a38df0ed0baef8.tar.gz
prosody-599efdf60dd8ccd902cd1d3501a38df0ed0baef8.zip
Remove misleading log message regarding s2s/dialback
-rw-r--r--core/s2smanager.lua5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/s2smanager.lua b/core/s2smanager.lua
index ba14f2fe..eb90c1f3 100644
--- a/core/s2smanager.lua
+++ b/core/s2smanager.lua
@@ -111,11 +111,6 @@ function streamopened(session, attr)
print(session, session.from_host, "incoming s2s stream opened");
send("<?xml version='1.0'?>");
send(format("<stream:stream xmlns='jabber:server' xmlns:db='jabber:server:dialback' xmlns:stream='http://etherx.jabber.org/streams' id='%s' from='%s'>", session.streamid, session.to_host));
- if session.from_host then
- -- Need to perform dialback to check identity
- print("to: "..tostring(attr.to).." from: "..tostring(attr.from));
- print("Need to do dialback here you know!!");
- end
elseif session.direction == "outgoing" then
-- If we are just using the connection for verifying dialback keys, we won't try and auth it
if not session.dialback_verifying then