Comparison

mod_list_active/README.md @ 6211:750d64c47ec6 draft default tip

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:31:36 +0700
parent 6003:fe081789f7b5
comparison
equal deleted inserted replaced
6210:24316a399978 6211:750d64c47ec6
1 Description
2 ===========
3
4 This module lists those users, who **have** used their account in a
5 defined time-frame, basically the inverse of [mod_list_inactive].
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_active example.com time [format]
16
17 Time is a number followed by 'day', 'week', 'month' or 'year'
18
19 Formats are:
20
21 --------- ------------------------------------------------
22 default `user@example.com`
23 event `user@example.com last action`
24 --------- ------------------------------------------------
25
26 Example
27 =======
28
29 prosodyctl mod_list_active example.com 1year
30
31 Help
32 ====
33
34 prosodyctl mod_list_active