# HG changeset patch # User Kim Alvefur # Date 1372538056 -7200 # Node ID 3091da6fa21df13ff3fe336080ad055e7742fcf3 # Parent 87292ed75f0a60f87167b404c756797d1827f315 mod_s2s_auth_dnssec_srv: Add wiki page diff -r 87292ed75f0a -r 3091da6fa21d mod_s2s_auth_dnssec_srv.wiki --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_s2s_auth_dnssec_srv.wiki Sat Jun 29 22:34:16 2013 +0200 @@ -0,0 +1,31 @@ +#summary Secure Delegation using DNS SRV + += Introduction = + +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 [https://github.com/Zash/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||