# HG changeset patch # User Kim Alvefur # Date 1720703673 -7200 # Node ID c094eabdb30f011323a5169a018e4abcdcb55c97 # Parent 0b347a7c5b5fae5c7ba039d160a69091a1f3926b mod_ping_muc: Describe the client facing protocol (from XEP-0045) diff -r 0b347a7c5b5f -r c094eabdb30f mod_ping_muc/README.md --- a/mod_ping_muc/README.md Thu Jul 11 10:15:21 2024 +0100 +++ b/mod_ping_muc/README.md Thu Jul 11 15:14:33 2024 +0200 @@ -35,6 +35,27 @@ } ``` +# Client facing protocol + +If the module determines that the client has dropped out a MUC, +it sends it [a stanza to indicate this](https://xmpp.org/extensions/xep-0045.html#service-error-kick): + +``` xml + + + + Connection to remote server lost + + + + + +``` + +The `reason` message may vary. + +Upon receiving this, the client may attempt to [rejoin](https://xmpp.org/extensions/xep-0045.html#enter). + # Compatibility Requires Prosody 0.12.x or trunk