mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
core.features: Add feature for prosody.loader
Allows modules explicit dependencies upon its availability
This commit is contained in:
parent
763a2bb0ed
commit
784ad4b1ba
1 changed files with 2 additions and 0 deletions
|
@ -6,5 +6,7 @@ return {
|
|||
"mod_bookmarks";
|
||||
-- Roles, module.may and per-session authz
|
||||
"permissions";
|
||||
-- prosody.* namespace
|
||||
"loader";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue