From 2cad7943e5380e36049f3f822e148b9c4da5d0aa Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Wed, 19 Nov 2008 23:25:04 +0000 Subject: Remove an old FIXME comment --- core/s2smanager.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/core/s2smanager.lua b/core/s2smanager.lua index a8fe4d0f..ec07ef5a 100644 --- a/core/s2smanager.lua +++ b/core/s2smanager.lua @@ -87,9 +87,7 @@ function new_outgoing(from_host, to_host) local cl = connlisteners_get("xmppserver"); local conn, handler = socket.tcp() - - --FIXME: Below parameters (ports/ip) are incorrect (use SRV) - + local connect_host, connect_port = to_host, 5269; local answer = dns.lookup("_xmpp-server._tcp."..to_host..".", "SRV"); -- cgit v1.2.3