mod_c2s: Clarify that there were no *stream* features to offer
authorKim Alvefur <zash@zash.se>
Wed, 25 Jan 2017 10:47:31 +0100
changeset 7865 f5cbbf69cac8
parent 7863 49ff363f3a3d
child 7866 a634fe3c21f2
mod_c2s: Clarify that there were no *stream* features to offer
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