# HG changeset patch # User Kim Alvefur # Date 1485337651 -3600 # Node ID f5cbbf69cac874dca9f1bc9229425a6efc6e029e # Parent 49ff363f3a3db4d12c2aeffc7b0fe875cbfd8f4b mod_c2s: Clarify that there were no *stream* features to offer diff -r 49ff363f3a3d -r f5cbbf69cac8 plugins/mod_c2s.lua --- a/plugins/mod_c2s.lua Tue Jan 24 21:13:23 2017 +0100 +++ b/plugins/mod_c2s.lua Wed Jan 25 10:47:31 2017 +0100 @@ -94,8 +94,8 @@ if features.tags[1] or session.full_jid then send(features); else - (session.log or log)("warn", "No features to offer"); - session:close{ condition = "undefined-condition", text = "No features to proceed with" }; + (session.log or log)("warn", "No stream features to offer"); + session:close{ condition = "undefined-condition", text = "No stream features to proceed with" }; end end