Mercurial > prosody-modules
comparison mod_ping_muc/README.md @ 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 | a7c0c70e64b6 |
children | b1c4e78e669e |
comparison
equal
deleted
inserted
replaced
4901:3abbcb8584d2 | 4902:ed9aa80c989d |
---|---|
9 | 9 |
10 | 10 |
11 This module reacts to [server-to-server][doc:s2s] connections closing by | 11 This module reacts to [server-to-server][doc:s2s] connections closing by |
12 performing [XEP-0410: MUC Self-Ping] from the server side to check if | 12 performing [XEP-0410: MUC Self-Ping] from the server side to check if |
13 users are still connected to MUCs they have joined according | 13 users are still connected to MUCs they have joined according |
14 [mod_track_muc_joins]. If it can't be confirmed than the user is still | 14 [mod_track_muc_joins]. If it can't be confirmed that the user is still |
15 joined then their client devices are notified about this allowing them | 15 joined then their client devices are notified about this allowing them |
16 to re-join. | 16 to re-join. |
17 | 17 |
18 # Installing | 18 # Installing |
19 | 19 |