# HG changeset patch # User Kim Alvefur # Date 1416316009 -3600 # Node ID fa33da93a246c21c13a7783ccac752f47a3fdbbe # Parent fb9e558dd1df084248c92854a4f6a5cb362f81d9 trim trailing whitespace diff -r fb9e558dd1df -r fa33da93a246 mod_motd_sequential.wiki --- a/mod_motd_sequential.wiki Tue Nov 18 14:03:41 2014 +0100 +++ b/mod_motd_sequential.wiki Tue Nov 18 14:06:49 2014 +0100 @@ -3,9 +3,9 @@ = Introduction = -mod_motd_sequential is a variant of -[https://prosody.im/doc/modules/mod_motd mod_motd] that lets you specify -a sequence of MOTD messages instead of a single static one. Each message +mod_motd_sequential is a variant of +[https://prosody.im/doc/modules/mod_motd mod_motd] that lets you specify +a sequence of MOTD messages instead of a single static one. Each message is only sent once and the module keeps track of who as seen which message. = Configuration = diff -r fb9e558dd1df -r fa33da93a246 mod_net_dovecotauth.wiki --- a/mod_net_dovecotauth.wiki Tue Nov 18 14:03:41 2014 +0100 +++ b/mod_net_dovecotauth.wiki Tue Nov 18 14:06:49 2014 +0100 @@ -1,7 +1,7 @@ = Introduction = -mod_net_dovecotauth is a server implementation of the Dovecot -authentication protocol. It allows you to authenticate eg Postfix against +mod_net_dovecotauth is a server implementation of the Dovecot +authentication protocol. It allows you to authenticate eg Postfix against your Prosody installation. Due to missing support for virtal hosts in this protocol, only one host can be supported. diff -r fb9e558dd1df -r fa33da93a246 mod_privacy_lists.wiki --- a/mod_privacy_lists.wiki Tue Nov 18 14:03:41 2014 +0100 +++ b/mod_privacy_lists.wiki Tue Nov 18 14:06:49 2014 +0100 @@ -3,7 +3,7 @@ = Introduction = -Privacy lists are a flexible method for blocking communications. +Privacy lists are a flexible method for blocking communications. Originally known as _mod`_`privacy_ and bundled with Prosody, this module is being phased out in favour of the newer simpler blocking (XEP-0191) protocol, implemented in mod_blocklist. diff -r fb9e558dd1df -r fa33da93a246 mod_reload_modules.wiki --- a/mod_reload_modules.wiki Tue Nov 18 14:03:41 2014 +0100 +++ b/mod_reload_modules.wiki Tue Nov 18 14:06:49 2014 +0100 @@ -3,7 +3,7 @@ = Introduction = -By default Prosody does not reload modules at runtime unless instructed to via one of its admin interfaces. However sometimes you want to easily reload a module to apply new settings when the config changes. +By default Prosody does not reload modules at runtime unless instructed to via one of its admin interfaces. However sometimes you want to easily reload a module to apply new settings when the config changes. mod_reload_modules will reload a set list of modules every time Prosody reloads its config (e.g. on SIGHUP).