mirror of
https://github.com/SaraSmiseth/prosody.git
synced 2025-01-18 05:00:36 +00:00
Enable announce and lastactivity modules
This commit is contained in:
parent
5537365e36
commit
d49e03b5c9
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue