Mercurial > prosody-wiki
annotate mod_dwd.wiki @ 481:695b7bc4b889
Created wiki page through web user interface.
author | MWild1@gmail.com |
---|---|
date | Thu, 21 Aug 2014 08:07:08 +0000 |
parents | bdac3ad25bce |
children | 879a52bac2af |
rev | line source |
---|---|
371 | 1 #summary Dialback-without-Dialback |
2 | |
3 = Introduction = | |
4 | |
5 This module implements an optimization of the Dialback protocol, by | |
6 skipping the dialback step for servers presenting a valid certificate. | |
7 | |
8 = Configuration = | |
9 | |
10 Simply add the module to the `modules_enabled` list. | |
11 | |
12 {{{ | |
13 modules_enabled = { | |
14 ... | |
15 "dwd"; | |
16 } | |
17 }}} | |
18 | |
19 = Compatibility = | |
20 ||0.9 + LuaSec 0.5||Works|| | |
21 ||0.8||Doesn't work|| |