diff -r 76156c675456 -r f3aee8a825cc plugins/mod_bosh.lua --- a/plugins/mod_bosh.lua Sun Jul 25 18:58:25 2021 +0200 +++ b/plugins/mod_bosh.lua Tue Jul 27 00:13:18 2021 +0200 @@ -293,7 +293,7 @@ end if not prosody.hosts[to_host] then - log("debug", "BOSH client tried to connect to non-existant host: %s", attr.to); + log("debug", "BOSH client tried to connect to non-existent host: %s", attr.to); report_bad_host(); local close_reply = st.stanza("body", { xmlns = xmlns_bosh, type = "terminate", ["xmlns:stream"] = xmlns_streams, condition = "improper-addressing" });