On 2025-05-04 19:04, Sergei Golovan wrote: > Appears that the configmanager variable used on line 14 of > mod_host_guard.lua is undefined. The following patch fixes the bug: ... > -local config = configmanager > +local config = require "prosody.core.configmanager"
If that works for you, maybe you can just apply the patch and do a team upload? Thanks!