mod_c2s: Clarify that there were no *stream* features to offer

This commit is contained in:
Kim Alvefur 2017-01-25 10:47:31 +01:00
parent 2c33b9b47d
commit bdeb5cc9c5

View file

@ -94,8 +94,8 @@ function stream_callbacks.streamopened(session, attr)
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