Software /
code /
prosody
Diff
plugins/mod_bosh.lua @ 11727:f3aee8a825cc
Fix various spelling errors (thanks codespell)
Also special thanks to timeless, for wordlessly reminding me to check
for typos.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 27 Jul 2021 00:13:18 +0200 |
parent | 11560:3bbb1af92514 |
child | 11733:27699cc148df |
line wrap: on
line diff
--- 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" });