Mercurial > prosody-modules
diff mod_pubsub_serverinfo/README.md @ 6031:25b091cbb471
mod_pubsub_serverinfo: Allow including the count of active users in the published info
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Fri, 22 Nov 2024 19:09:10 +0000 |
| parents | fe081789f7b5 |
| children | 77d565a6df4e |
line wrap: on
line diff
--- a/mod_pubsub_serverinfo/README.md Fri Nov 22 19:05:49 2024 +0000 +++ b/mod_pubsub_serverinfo/README.md Fri Nov 22 19:09:10 2024 +0000 @@ -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 =============
