Software /
code /
prosody-modules
Comparison
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 |
comparison
equal
deleted
inserted
replaced
6029:4ac59707bcfb | 6030:036b85acf2ff |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - Stage-Stable | 3 - Stage-Obsolete |
4 superseded_by: mod_s2s_bidi | |
4 summary: "XEP-0288: Bidirectional Server-to-Server Connections" | 5 summary: "XEP-0288: Bidirectional Server-to-Server Connections" |
5 --- | 6 --- |
6 | 7 |
7 ::: {.alert .alert-warning} | 8 ::: {.alert .alert-warning} |
8 This module is unreliable when used with Prosody 0.12, switch to | 9 This module is obsolete, see [mod_s2s_bidi][doc:modules:mod_s2s_bidi] that is shipped with prosody since Version 0.12. |
9 [mod_s2s_bidi][doc:modules:mod_s2s_bidi] | |
10 ::: | 10 ::: |
11 | |
12 # Introduction | |
13 | |
14 This module implements [XEP-0288: Bidirectional Server-to-Server | |
15 Connections](http://xmpp.org/extensions/xep-0288.html). It allows | |
16 servers to use a single connection for sending stanzas to each other, | |
17 instead of two connections (one for stanzas in each direction). | |
18 | |
19 Install and enable it like any other module. It has no configuration. | |
20 | |
21 # Compatibility | |
22 | |
23 ------ ------------------------------------------- | |
24 0.12 Bidi available natively with [mod_s2s_bidi][doc:modules:mod_s2s_bidi] | |
25 0.11 Works | |
26 ------ ------------------------------------------- |