Software /
code /
prosody-modules
Annotate
mod_bidi/README.markdown @ 5879:05356f2d4425
mod_report_forward: Open archive store correctly (thanks Menel)
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Sun, 03 Mar 2024 16:05:04 +0000 |
parent | 5659:9ce8ee530438 |
rev | line source |
---|---|
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
1 --- |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
2 labels: |
5657 | 3 - Stage-Stable |
4 summary: "XEP-0288: Bidirectional Server-to-Server Connections" | |
5 --- | |
1782 | 6 |
5656
d832a5e10c04
mod_bidi: Add warning about use with 0.12
Kim Alvefur <zash@zash.se>
parents:
3671
diff
changeset
|
7 ::: {.alert .alert-warning} |
d832a5e10c04
mod_bidi: Add warning about use with 0.12
Kim Alvefur <zash@zash.se>
parents:
3671
diff
changeset
|
8 This module is unreliable when used with Prosody 0.12, switch to |
5657 | 9 [mod_s2s_bidi][doc:modules:mod_s2s_bidi] |
5656
d832a5e10c04
mod_bidi: Add warning about use with 0.12
Kim Alvefur <zash@zash.se>
parents:
3671
diff
changeset
|
10 ::: |
d832a5e10c04
mod_bidi: Add warning about use with 0.12
Kim Alvefur <zash@zash.se>
parents:
3671
diff
changeset
|
11 |
5657 | 12 # Introduction |
1782 | 13 |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
14 This module implements [XEP-0288: Bidirectional Server-to-Server |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
15 Connections](http://xmpp.org/extensions/xep-0288.html). It allows |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
16 servers to use a single connection for sending stanzas to each other, |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
17 instead of two connections (one for stanzas in each direction). |
1782 | 18 |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
19 Install and enable it like any other module. It has no configuration. |
1782 | 20 |
5657 | 21 # Compatibility |
1782 | 22 |
5658 | 23 ------ ------------------------------------------- |
5659
9ce8ee530438
mod_bidi: Really extra finally fix auto-linking to mod_s2s_bidi
Kim Alvefur <zash@zash.se>
parents:
5658
diff
changeset
|
24 0.12 Bidi available natively with [mod_s2s_bidi][doc:modules:mod_s2s_bidi] |
5657 | 25 0.11 Works |
5658 | 26 ------ ------------------------------------------- |