Mercurial > prosody-modules
annotate mod_bidi/README.markdown @ 5696:66986f5271c3
mod_storage_s3: Skip archive items matching on date but not full datetime
Since it only encodes dates in paths, it would have returned items from
outside the specified start..end range if they were from earlier or
later in the same (UTC) day.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 11 Nov 2023 22:26:39 +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 ------ ------------------------------------------- |