Mercurial > prosody-modules
changeset 4902:ed9aa80c989d
mod_ping_muc: Fix typo in README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 22 Feb 2022 20:27:09 +0100 |
parents | 3abbcb8584d2 |
children | 7f8b0830bf40 |
files | mod_ping_muc/README.md |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_ping_muc/README.md Tue Feb 22 14:00:01 2022 +0100 +++ b/mod_ping_muc/README.md Tue Feb 22 20:27:09 2022 +0100 @@ -11,7 +11,7 @@ This module reacts to [server-to-server][doc:s2s] connections closing by performing [XEP-0410: MUC Self-Ping] from the server side to check if users are still connected to MUCs they have joined according -[mod_track_muc_joins]. If it can't be confirmed than the user is still +[mod_track_muc_joins]. If it can't be confirmed that the user is still joined then their client devices are notified about this allowing them to re-join.