Mercurial > prosody-wiki
annotate mod_dwd.wiki @ 508:0a4bba063c67
Edited wiki page mod_muc_restrict_rooms through web user interface.
author | NKNeumann@gmail.com |
---|---|
date | Fri, 20 Feb 2015 23:13:57 +0000 |
parents | 879a52bac2af |
children |
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 = | |
489
879a52bac2af
mod_dwd: Note about being built into mod_dialback
Kim Alvefur <zash@zash.se>
parents:
371
diff
changeset
|
20 ||0.10||Built into mod_dialback|| |
371 | 21 ||0.9 + LuaSec 0.5||Works|| |
22 ||0.8||Doesn't work|| |