1
0
Fork 0
forked from mirror/prosody

Enable announce and lastactivity modules

This commit is contained in:
Sara Aimée Smiseth 2020-06-28 10:18:32 +02:00
parent 5537365e36
commit d49e03b5c9
2 changed files with 3 additions and 2 deletions

View file

@ -2,6 +2,7 @@
## Unreleased
* Enable "announce" and "lastactivity" modules.
* Add badges to README. Fixes #5.
* Update readme. Fixes #2
* Add PROSODY_ADMINS to specify who is an administrator. Fixes #7

View file

@ -37,12 +37,12 @@ modules_enabled = {
-- Other specific functionality
"posix"; -- POSIX functionality, sends server to background, enables syslog, etc.
--"groups"; -- Shared roster support
--"announce"; -- Send announcement to all online users
"announce"; -- Send announcement to all online users
--"welcome"; -- Welcome users who register accounts
--"watchregistrations"; -- Alert admins of registrations
--"motd"; -- Send a message to users when they log in
--"legacyauth"; -- Legacy authentication. Only used by some old clients and bots.
"lastactivity";
"server_contact_info"; -- This module lets you advertise various contact addresses for your XMPP service via XEP-0157.
};