Mercurial > prosody-wiki
changeset 495:fa33da93a246
trim trailing whitespace
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 18 Nov 2014 14:06:49 +0100 |
parents | fb9e558dd1df |
children | 7e648e80ff75 |
files | mod_motd_sequential.wiki mod_net_dovecotauth.wiki mod_privacy_lists.wiki mod_reload_modules.wiki |
diffstat | 4 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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 =
--- 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.
--- 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.
--- 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).