Software /
code /
prosody-modules
Changeset
3117:dd6313ddd3e0
mod_lastlog: Split Values into Type/Default. (documentation)
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Sun, 17 Jun 2018 21:29:27 +0200 |
parents | 3116:1a1affd22f74 |
children | 3118:24e49391d4e8 |
files | mod_lastlog/README.markdown |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_lastlog/README.markdown Thu Jun 14 09:13:30 2018 +0000 +++ b/mod_lastlog/README.markdown Sun Jun 17 21:29:27 2018 +0200 @@ -27,10 +27,10 @@ There are some options you can add to your config file: - Name Values Description - ------------------------- ------------ ------------------------------------ - lastlog\_ip\_address true/false Log the IP address of the user? - lastlog\_stamp\_offline true/false Add timestamp to offline presence? + Name Type Default Description + ------------------------- ------- ------- ------------------------------------ + lastlog\_ip\_address boolean false Log the IP address of the user? + lastlog\_stamp\_offline boolean false Add timestamp to offline presence? Usage =====