Diff

CHANGES @ 13719:4309c934e813 13.0

moduleapi: Allow soft dependencies via module:depends(mod, true)
author Matthew Wild <mwild1@gmail.com>
date Sun, 16 Feb 2025 13:29:07 +0000
parent 13718:569fae28a2f3
child 13729:b50eadfddd57
line wrap: on
line diff
--- a/CHANGES	Sun Feb 16 13:19:05 2025 +0000
+++ b/CHANGES	Sun Feb 16 13:29:07 2025 +0000
@@ -62,6 +62,7 @@
 - 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