Software /
code /
prosody
Diff
plugins/mod_c2s.lua @ 7862:f5cbbf69cac8
mod_c2s: Clarify that there were no *stream* features to offer
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 25 Jan 2017 10:47:31 +0100 |
parent | 7662:946871f6e3c8 |
child | 7866:b6d99132d7dc |
line wrap: on
line diff
--- 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