mirror of
https://github.com/bjc/prosody.git
synced 2025-04-06 06:37:37 +03:00
mod_c2s: Clarify that there were no *stream* features to offer
This commit is contained in:
parent
2c33b9b47d
commit
bdeb5cc9c5
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue