Software /
code /
prosody-modules
Diff
mod_isolate_host/mod_isolate_host.lua @ 5856:75dee6127829 draft
Merge upstream
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 06 Feb 2024 18:32:01 +0700 |
parent | 5812:25e20fa3824c |
line wrap: on
line diff
--- a/mod_isolate_host/mod_isolate_host.lua Tue Aug 29 23:51:17 2023 +0700 +++ b/mod_isolate_host/mod_isolate_host.lua Tue Feb 06 18:32:01 2024 +0700 @@ -58,7 +58,7 @@ if not is_jid_isolated(bare_jid) then session.no_host_isolation = true; end - module:log("debug", "%s is %sisolated", session.full_jid or "[?]", session.no_host_isolation and "" or "not "); + module:log("debug", "%s is %sisolated", session.full_jid or "[?]", session.no_host_isolation and "not " or ""); end module:hook("resource-bind", set_session_isolation_flag);