Enable MAM and PubSub

This commit is contained in:
Oliver Hattshire 2025-10-27 13:48:54 -03:00
parent 61c5eb5985
commit 251fa2147f
3 changed files with 6 additions and 4 deletions

View file

@ -32,7 +32,7 @@ modules_enabled = {
"time"; -- Let others know the time here on this server
"uptime"; -- Report how long server has been running
"version"; -- Replies to server version requests
--"mam"; -- Store recent messages to allow multi-device synchronization
"mam"; -- Store recent messages to allow multi-device synchronization
--"turn_external"; -- Provide external STUN/TURN service for e.g. audio/video calls
-- Admin interfaces
@ -59,6 +59,7 @@ modules_enabled = {
--"welcome"; -- Welcome users who register accounts
"http_files";
"privilege";
"pubsub";
}
-- modules_disabled = {}