mod_s2s: Initiate connections

This commit is contained in:
Kim Alvefur 2012-02-23 23:03:28 +01:00
parent 364c78e249
commit 5ddde9afe6

View file

@ -92,6 +92,7 @@ function send_to_host(from_host, to_host, stanza)
else
log("debug", "opening a new outgoing connection for this stanza");
local host_session = s2s_new_outgoing(from_host, to_host);
s2sout.initiate_connection(host_session);
-- Store in buffer
host_session.bounce_sendq = bounce_sendq;