summaryrefslogtreecommitdiff
path: root/files/prosody.cfg.lua.j2
diff options
context:
space:
mode:
authorMatthew Fennell <matthew@fennell.dev>2025-08-11 14:08:52 +0100
committerMatthew Fennell <matthew@fennell.dev>2025-08-11 14:08:52 +0100
commita5d6333fe3a7e2de256c14845e0633853d70790a (patch)
tree17896daa0a7dc177224ebd78ec5ae25fc5bc134e /files/prosody.cfg.lua.j2
parentbde5d94e28e7741ed3ef723e97d9df18570255af (diff)
Add some extra statistics modulesHEADmaster
While looking through the list of available prosody-modules, these seemed useful.
Diffstat (limited to 'files/prosody.cfg.lua.j2')
-rw-r--r--files/prosody.cfg.lua.j22
1 files changed, 2 insertions, 0 deletions
diff --git a/files/prosody.cfg.lua.j2 b/files/prosody.cfg.lua.j2
index ec66d5d..bf010fc 100644
--- a/files/prosody.cfg.lua.j2
+++ b/files/prosody.cfg.lua.j2
@@ -21,8 +21,10 @@ modules_enabled = {
"http";
"http_libjs";
"lastactivity";
+ "lastlog2";
"limits";
"mam";
+ "measure_active_users";
"mimicking";
"pep";
"ping";