Mercurial > prosody-modules
diff mod_lastlog/README.markdown @ 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 | 4b838e61c68e |
children |
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 =====