# HG changeset patch # User Kim Alvefur # Date 1372437340 -7200 # Node ID bdac3ad25bcea1f45fa765cf342218a5fd4c38b8 # Parent 356e38c7254da0f2ced9ab92107fcea7c7828273 mod_dwd: Add wiki page diff -r 356e38c7254d -r bdac3ad25bce mod_dwd.wiki --- /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||