Mercurial > prosody-wiki
changeset 456:adb96874e448
mod_s2s_auth_dnssec_srv merged into mod_s2s_auth_dane
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 19 May 2014 11:33:40 +0200 |
parents | 5f111a4e13fb |
children | f6d83a7882d8 |
files | mod_s2s_auth_dnssec_srv.wiki |
diffstat | 1 files changed, 0 insertions(+), 32 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_s2s_auth_dnssec_srv.wiki Mon May 19 11:28:47 2014 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -#summary Secure Delegation using DNS SRV -#labels Stage-Alpha, Type-S2SAuth; Deprecated - -= Introduction = - -*This module has been merged into [mod_s2s_auth_dane].* - -This module implements Secure Delegation using DNS SRV as described in -[http://tools.ietf.org/html/draft-miller-xmpp-dnssec-prooftype Using DNS Security Extensions (DNSSEC) and DNS-based Authentication of Named Entities (DANE) as a Prooftype for XMPP Domain Name Associations]. - -= Dependecies = - -This module requires a DNSSEC aware DNS resolver. Prosodys internal DNS -module does not support DNSSEC. Therefore, to use this module, a -replacement is needed, such as -[http://code.zash.se/luaunbound this libunbound and LuaJIT FFI based one]. - -= Configuration = - -This module has no options. Just add it to `modules_enabled`; - -{{{ -modules_enabled = { - ... - "s2s_auth_dnssec_srv"; -} -}}} - -= Compatibility = - -||0.9||Works|| -||0.8||Doesn't work||