Mercurial > prosody-modules
diff mod_pubsub_serverinfo/README.md @ 6110:9db1529c06c2
Merge upstream
| author | tmolitor <thilo@eightysoft.de> |
|---|---|
| date | Sun, 05 Jan 2025 17:50:02 +0100 |
| parents | 25b091cbb471 |
| children | 77d565a6df4e |
line wrap: on
line diff
--- a/mod_pubsub_serverinfo/README.md Wed Nov 20 05:07:11 2024 +0100 +++ b/mod_pubsub_serverinfo/README.md Sun Jan 05 17:50:02 2025 +0100 @@ -50,6 +50,12 @@ pubsub_serverinfo_cache_ttl = 1800 -- or any other number of seconds +To include the count of active (within the past 30 days) users: + + pubsub_serverinfo_publish_user_count = true + +Enabling this option will automatically load mod_measure_active_users. + Compatibility =============
