* sergio <[email protected]> [2014-10-13 18:29]: > On 10/13/2014 02:20 PM, Philipp Huebner wrote: > > Can you confirm that the reload config function works with ejabberd > > 14.07? > > Yes and no. reload function is just a load_config functions which is > provided by mod_admin_extra.
I think it would be better to not apply this patch, as mod_admin_extra's "load_config" function doesn't work as users would expect when running a "reload" action on Debian. The "load_config" function re-reads the configuration file into the table that holds the configuration in memory, but without further intervention, only some parts of ejabberd will actually query the new settings from that table, and only with some (possibly long) delay. So, while the "load_config" function can be useful to admins with in-depth ejabberd knowledge (as it allows them to avoid restarts in certain cases), I guess it would be better to have those call "ejabberdctl load_config $file" directly, so that others won't be confused by unexpected "reload" semantics. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

