Software /
code /
prosody
Changeset
167:c51246bc679d
Remove misleading log message regarding s2s/dialback
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sat, 25 Oct 2008 18:21:34 +0100 |
parents | 166:d4ee015fcee4 |
children | 168:744fafa8b700 |
files | core/s2smanager.lua |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/core/s2smanager.lua Fri Oct 24 19:04:51 2008 +0100 +++ b/core/s2smanager.lua Sat Oct 25 18:21:34 2008 +0100 @@ -111,11 +111,6 @@ 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