Mercurial > prosody-modules
annotate mod_bidi/README.markdown @ 5648:c217f4edfc4f
misc/mtail: Start of an mtail config
Stashing it here in case anyone wants to continue working on it.
Currently it's only counting log messages by level.
Due to the permissions set by systemd on Prosody logs, mtail never
managed to start correctly until permissions were manually relaxed.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 17 Sep 2023 13:36:30 +0200 |
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 ------ ------------------------------------------- |