diff mod_s2s_auth_dnssec_srv.wiki @ 454:528721aaea46

a bunch of pages: strip trailing whitespace
author Kim Alvefur <zash@zash.se>
date Sun, 27 Apr 2014 03:42:02 +0200
parents aed976928537
children
line wrap: on
line diff
--- a/mod_s2s_auth_dnssec_srv.wiki	Sun Apr 27 03:41:43 2014 +0200
+++ b/mod_s2s_auth_dnssec_srv.wiki	Sun Apr 27 03:42:02 2014 +0200
@@ -5,13 +5,13 @@
 
 *This module has been merged into [mod_s2s_auth_dane].*
 
-This module implements Secure Delegation using DNS SRV as described in 
+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 
+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].