# HG changeset patch # User Menel # Date 1731015495 -3600 # Node ID ac83479c58196e3ae0007159f4457b52749376da # Parent 9d0de8afef69c535a6695fab4f71542b2866d278 mod_muc_ping: Add explaination of deletion diff -r 9d0de8afef69 -r ac83479c5819 mod_muc_ping/README.md --- a/mod_muc_ping/README.md Thu Nov 07 22:30:57 2024 +0100 +++ b/mod_muc_ping/README.md Thu Nov 07 22:38:15 2024 +0100 @@ -5,27 +5,8 @@ summary: XEP-0410 Server Optimization (now supported by Prosody mod_muc) --- -This module implements the [Server +Since Prosody 0.11, XEP-0410 is natively [supported by Prosody](https://prosody.im/doc/modules/mod_muc), you will be redirected shortly. + +This module implemented the [Server Optimization](https://xmpp.org/extensions/xep-0410.html#serveroptimization) part of [XEP-0410: MUC Self-Ping] - -# Usage - -The module is loaded on MUC components: - -```lua -Component "muc.example.com" "muc" -modules_enabled = { - "muc_ping"; -} -``` - -# Configuration - -No options. - -# Compatibility - -It should work with Prosody up until 0.10.x. - -Prosody 0.11.x and trunk natively supports XEP-0410 so this module is **not** needed.