mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
moduleapi: Allow soft dependencies via module:depends(mod, true)
This commit is contained in:
parent
83e4560a6c
commit
1bb0fa47bc
2 changed files with 7 additions and 2 deletions
1
CHANGES
1
CHANGES
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue