mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Update data/templates/metronome/metronome.cfg.lua
Add privacy lists and simple blocking command between loaded modules
This commit is contained in:
parent
802c71b0e9
commit
aa670058bd
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ modules_enabled = {
|
|||
"admin_adhoc"; -- administration adhoc commands
|
||||
"bookmarks"; -- XEP-0048 Bookmarks synchronization between PEP and Private Storage
|
||||
"sec_labels"; -- Allows to use a simplified version XEP-0258 Security Labels and related ACDFs.
|
||||
"privacy"; -- Add privacy lists and simple blocking command support
|
||||
|
||||
-- Other specific functionality
|
||||
--"admin_telnet"; -- administration console, telnet to port 5582
|
||||
|
|
Loading…
Add table
Reference in a new issue