Mercurial > prosody-wiki
diff mod_dwd.wiki @ 371:bdac3ad25bce
mod_dwd: Add wiki page
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Jun 2013 18:35:40 +0200 |
parents | |
children | 879a52bac2af |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_dwd.wiki Fri Jun 28 18:35:40 2013 +0200 @@ -0,0 +1,21 @@ +#summary Dialback-without-Dialback + += Introduction = + +This module implements an optimization of the Dialback protocol, by +skipping the dialback step for servers presenting a valid certificate. + += Configuration = + +Simply add the module to the `modules_enabled` list. + +{{{ + modules_enabled = { + ... + "dwd"; + } +}}} + += Compatibility = +||0.9 + LuaSec 0.5||Works|| +||0.8||Doesn't work||