Mercurial > prosody-modules
annotate mod_bidi/README.markdown @ 5729:79ba1a1a75cc
mod_storage_xmlarchive: Fix "user" iteration API
Fixes use in prosody-migrator.
Otherwise this particular API is not used much, or this would have been
noticed before. Usually it is a different store like 'accounts' that is
responsible for providing the authoritative list of users.
Thanks Ge0rG for testing
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 23 Nov 2023 16:16:34 +0100 |
parents | 9ce8ee530438 |
children |
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: |
5639 | 3 - Stage-Stable |
4 summary: "XEP-0288: Bidirectional Server-to-Server Connections" | |
5 --- | |
1782 | 6 |
5638
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 |
5639 | 9 [mod_s2s_bidi][doc:modules:mod_s2s_bidi] |
5638
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 |
5639 | 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 |
5639 | 21 # Compatibility |
1782 | 22 |
5640 | 23 ------ ------------------------------------------- |
5641
9ce8ee530438
mod_bidi: Really extra finally fix auto-linking to mod_s2s_bidi
Kim Alvefur <zash@zash.se>
parents:
5640
diff
changeset
|
24 0.12 Bidi available natively with [mod_s2s_bidi][doc:modules:mod_s2s_bidi] |
5639 | 25 0.11 Works |
5640 | 26 ------ ------------------------------------------- |