Changeset

6046:ac83479c5819

mod_muc_ping: Add explaination of deletion
author Menel <menel@snikket.de>
date Thu, 07 Nov 2024 22:38:15 +0100
parents 6045:9d0de8afef69
children 6047:8c3bacf3549e
files mod_muc_ping/README.md
diffstat 1 files changed, 3 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- 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.