# HG changeset patch # User Kim Alvefur # Date 1485339220 -3600 # Node ID a8cc495a65dcf2abc095cec2bd41ae49ac38e17d # Parent 7ece186a44d37a89578a332f13406fdf1e479240 mod_s2s: Clarify that it is stream features that can't be offered (here too) diff -r 7ece186a44d3 -r a8cc495a65dc plugins/mod_s2s/mod_s2s.lua --- a/plugins/mod_s2s/mod_s2s.lua Wed Jan 25 11:12:43 2017 +0100 +++ b/plugins/mod_s2s/mod_s2s.lua Wed Jan 25 11:13:40 2017 +0100 @@ -366,8 +366,8 @@ log("debug", "Sending stream features: %s", tostring(features)); session.sends2s(features); else - (session.log or log)("warn", "No features to offer, giving up"); - session:close({ condition = "undefined-condition", text = "No features to offer" }); + (session.log or log)("warn", "No stream features to offer, giving up"); + session:close({ condition = "undefined-condition", text = "No stream features to offer" }); end end elseif session.direction == "outgoing" then