comparison mod_bidi/README.markdown @ 5639:4f538573afa0

mod_bidi: Fix autolink syntax Thanks pandoc ... not
author Kim Alvefur <zash@zash.se>
date Sun, 27 Aug 2023 15:30:00 +0200
parents d832a5e10c04
children f193e7db325b
comparison
equal deleted inserted replaced
5638:d832a5e10c04 5639:4f538573afa0
1 --- 1 ---
2 labels: 2 labels:
3 - 'Stage-Stable' 3 - Stage-Stable
4 summary: 'XEP-0288: Bidirectional Server-to-Server Connections' 4 summary: "XEP-0288: Bidirectional Server-to-Server Connections"
5 ... 5 ---
6 6
7 ::: {.alert .alert-warning} 7 ::: {.alert .alert-warning}
8 This module is unreliable when used with Prosody 0.12, switch to 8 This module is unreliable when used with Prosody 0.12, switch to
9 \[mod_s2s_bidi\]\[doc:modules:mod_s2s_bidi\] 9 [mod_s2s_bidi][doc:modules:mod_s2s_bidi]
10 ::: 10 :::
11 11
12 Introduction 12 # Introduction
13 ============
14 13
15 This module implements [XEP-0288: Bidirectional Server-to-Server 14 This module implements [XEP-0288: Bidirectional Server-to-Server
16 Connections](http://xmpp.org/extensions/xep-0288.html). It allows 15 Connections](http://xmpp.org/extensions/xep-0288.html). It allows
17 servers to use a single connection for sending stanzas to each other, 16 servers to use a single connection for sending stanzas to each other,
18 instead of two connections (one for stanzas in each direction). 17 instead of two connections (one for stanzas in each direction).
19 18
20 Install and enable it like any other module. It has no configuration. 19 Install and enable it like any other module. It has no configuration.
21 20
22 Compatibility 21 # Compatibility
23 =============
24 22
25 ------- -------------------------- 23 ------ ---------------------------------------------------------------------------
26 trunk Bidi available natively with [mod_s2s_bidi][doc:modules:mod_s2s_bidi] 24 0.12 Bidi available natively with \[mod_s2s_bidi\]\[doc:modules:mod_s2s_bidi\]
27 0.11 Works 25 0.11 Works
28 0.10 Works 26 ------ ---------------------------------------------------------------------------
29 0.9 Works
30 0.8 Works (use the 0.8 repo)
31 ------- --------------------------