Diff

mod_bidi/README.md @ 6030:036b85acf2ff

mod_bidi: Obsolete mod_bidi.lua
author Menel <menel@snikket.de>
date Thu, 31 Oct 2024 13:19:10 +0100
parent 6003:fe081789f7b5
child 6211:750d64c47ec6
line wrap: on
line diff
--- a/mod_bidi/README.md	Wed Oct 30 12:54:11 2024 +0100
+++ b/mod_bidi/README.md	Thu Oct 31 13:19:10 2024 +0100
@@ -1,26 +1,10 @@
 ---
 labels:
-- Stage-Stable
+- Stage-Obsolete
+superseded_by: mod_s2s_bidi
 summary: "XEP-0288: Bidirectional Server-to-Server Connections"
 ---
 
 ::: {.alert .alert-warning}
-This module is unreliable when used with Prosody 0.12, switch to
-[mod_s2s_bidi][doc:modules:mod_s2s_bidi]
+This module is obsolete, see [mod_s2s_bidi][doc:modules:mod_s2s_bidi] that is shipped with prosody since Version 0.12.
 :::
-
-# Introduction
-
-This module implements [XEP-0288: Bidirectional Server-to-Server
-Connections](http://xmpp.org/extensions/xep-0288.html). It allows
-servers to use a single connection for sending stanzas to each other,
-instead of two connections (one for stanzas in each direction).
-
-Install and enable it like any other module. It has no configuration.
-
-# Compatibility
-
-  ------ -------------------------------------------
-  0.12   Bidi available natively with [mod_s2s_bidi][doc:modules:mod_s2s_bidi]
-  0.11   Works
-  ------ -------------------------------------------