Mercurial > prosody-modules
annotate mod_dwd/README.wiki @ 1784:1656d4fd71d0 last-google-code-commit
mod_cloud_notify: Fix syntax errors and name
| author | Kim Alvefur <zash@zash.se> |
|---|---|
| date | Mon, 24 Aug 2015 23:17:36 +0200 |
| parents | 29f3d6b7ad16 |
| children |
| rev | line source |
|---|---|
| 1782 | 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.10||Built into mod_dialback|| | |
| 21 ||0.9 + LuaSec 0.5||Works|| | |
| 22 ||0.8||Doesn't work|| |
