Software /
code /
prosody-modules
Comparison
mod_dwd/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 |
parent | 1844:mod_dwd/README.markdown@04e168063fc7 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 summary: 'Dialback-without-Dialback' | |
3 ... | |
4 | |
5 Introduction | |
6 ============ | |
7 | |
8 This module implements an optimization of the Dialback protocol, by | |
9 skipping the dialback step for servers presenting a valid certificate. | |
10 | |
11 Configuration | |
12 ============= | |
13 | |
14 Simply add the module to the `modules_enabled` list. | |
15 | |
16 modules_enabled = { | |
17 ... | |
18 "dwd"; | |
19 } | |
20 | |
21 Compatibility | |
22 ============= | |
23 | |
24 ------------------ -------------------------- | |
25 0.10 Built into mod\_dialback | |
26 0.9 + LuaSec 0.5 Works | |
27 0.8 Doesn't work | |
28 ------------------ -------------------------- |