diff options
author | Matthew Wild <mwild1@gmail.com> | 2008-11-19 23:25:04 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2008-11-19 23:25:04 +0000 |
commit | 2cad7943e5380e36049f3f822e148b9c4da5d0aa (patch) | |
tree | 956f39e0c4d4bc18d6f5b752348574802981c844 /core/s2smanager.lua | |
parent | ccb65fee139d73605b660e144a8f67ca6aaccf12 (diff) | |
download | prosody-2cad7943e5380e36049f3f822e148b9c4da5d0aa.tar.gz prosody-2cad7943e5380e36049f3f822e148b9c4da5d0aa.zip |
Remove an old FIXME comment
Diffstat (limited to 'core/s2smanager.lua')
-rw-r--r-- | core/s2smanager.lua | 4 |
1 files changed, 1 insertions, 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"); |