Software /
code /
prosody-modules
Comparison
mod_bidi/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 5659:mod_bidi/README.markdown@9ce8ee530438 |
child | 6030:036b85acf2ff |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 labels: | |
3 - Stage-Stable | |
4 summary: "XEP-0288: Bidirectional Server-to-Server Connections" | |
5 --- | |
6 | |
7 ::: {.alert .alert-warning} | |
8 This module is unreliable when used with Prosody 0.12, switch to | |
9 [mod_s2s_bidi][doc:modules:mod_s2s_bidi] | |
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 ------ ------------------------------------------- |