# HG changeset patch # User Matthew Wild # Date 1263875710 0 # Node ID 9e0c0b08f2196041f7366414897a1d511241075d # Parent 68bb1cc1a8b06b1b82b25fc2543a661c7e1270dd s2smanager: No-one noticed that Prosody stopped sending to/from on stream headers recently? :) diff -r 68bb1cc1a8b0 -r 9e0c0b08f219 core/s2smanager.lua --- a/core/s2smanager.lua Tue Jan 19 03:58:20 2010 +0000 +++ b/core/s2smanager.lua Tue Jan 19 04:35:10 2010 +0000 @@ -327,7 +327,7 @@ local w, log = conn.write, host_session.log; host_session.sends2s = function (t) log("debug", "sending: %s", (t.top_tag and t:top_tag()) or t:match("^[^>]*>?")); w(conn, tostring(t)); end - host_session:open_stream(); + host_session:open_stream(from_host, to_host); log("debug", "Connection attempt in progress..."); add_task(connect_timeout, function ()