From d49e03b5c99d9f6e7577a3ae553a7ebcc2999a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sara=20Aim=C3=A9e=20Smiseth?= <51710585+SaraSmiseth@users.noreply.github.com> Date: Sun, 28 Jun 2020 10:18:32 +0200 Subject: [PATCH] Enable announce and lastactivity modules --- CHANGELOG.md | 1 + conf.d/01-modules.cfg.lua | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e216a96..5b208e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/conf.d/01-modules.cfg.lua b/conf.d/01-modules.cfg.lua index 58fec1c..6f8640f 100644 --- a/conf.d/01-modules.cfg.lua +++ b/conf.d/01-modules.cfg.lua @@ -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. };