comparison mod_list_inactive/README.md @ 5975:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200
parents mod_list_inactive/README.markdown@0c01444f8bc2
children
comparison
equal deleted inserted replaced
5974:5a65a632d5b9 5975:fe081789f7b5
1 Description
2 ===========
3
4 This module lists those users, who haven't used their account in a
5 defined time-frame.
6
7 Dependencies
8 ============
9
10 [mod_lastlog] must be enabled to collect the data used by this module.
11
12 Usage
13 =====
14
15 prosodyctl mod_list_inactive example.com time [format]
16
17 Time is a number followed by 'day', 'week', 'month' or 'year'
18
19 Formats are:
20
21 --------- ------------------------------------------------
22 delete `user:delete"user@example.com" -- last action`
23 default `user@example.com`
24 event `user@example.com last action`
25 --------- ------------------------------------------------
26
27 Example
28 =======
29
30 prosodyctl mod_list_inactive example.com 1year
31
32 Help
33 ====
34
35 prosodyctl mod_list_inactive