Enable MAM and PubSub
This commit is contained in:
parent
61c5eb5985
commit
251fa2147f
3 changed files with 6 additions and 4 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue