diff options
author | Matthew Wild <mwild1@gmail.com> | 2025-02-16 13:29:07 +0000 |
---|---|---|
committer | Matthew Wild <mwild1@gmail.com> | 2025-02-16 13:29:07 +0000 |
commit | 1bb0fa47bc6e6a8f95003078f34f5e64f64a58cf (patch) | |
tree | 30259478fe6de612b19ef6134bcf8bfc84e1e96c /CHANGES | |
parent | 83e4560a6c6485520d2141f0e13abec420898840 (diff) | |
download | prosody-1bb0fa47bc6e6a8f95003078f34f5e64f64a58cf.tar.gz prosody-1bb0fa47bc6e6a8f95003078f34f5e64f64a58cf.zip |
moduleapi: Allow soft dependencies via module:depends(mod, true)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -62,6 +62,7 @@ TRUNK - Method for retrieving integer settings from config - It is now easy for modules to expose a Prosody shell command, by adding a shell-command item - Modules can now implement a module.ready method which will be called after server initialization +- module:depends() now accepts a second parameter 'soft' to enable soft dependencies ### Configuration |