Software /
code /
prosody
Diff
plugins/mod_s2s/mod_s2s.lua @ 7679:589e27b47d56
Merge 0.9->0.10
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 28 Sep 2016 14:45:02 +0200 |
parent | 7662:946871f6e3c8 |
parent | 7677:8613086779fa |
child | 7686:8d6f367bed8c |
child | 7865:a8cc495a65dc |
line wrap: on
line diff
--- a/plugins/mod_s2s/mod_s2s.lua Sat Sep 24 18:31:16 2016 +0200 +++ b/plugins/mod_s2s/mod_s2s.lua Wed Sep 28 14:45:02 2016 +0200 @@ -373,7 +373,7 @@ elseif session.direction == "outgoing" then session.notopen = nil; if not attr.id then - log("error", "Stream response from %s did not give us a stream id!", session.to_host); + log("warn", "Stream response did not give us a stream id!"); session:close({ condition = "undefined-condition", text = "Missing stream ID" }); return; end