Comparison

mod_devices/README.md @ 6209:d611ed13df7e draft

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:16:25 +0700
parent 3397:mod_devices/README.markdown@4cf65afd90f4
comparison
equal deleted inserted replaced
6208:e20901443eae 6209:d611ed13df7e
1 ---
2 labels:
3 - 'Stage-Alpha'
4 summary: 'Device identification'
5 ...
6
7 Description
8 ============
9
10 This is an experimental module that aims to identify the different
11 devices (technically clients) that a user uses with their account.
12
13 It is expected that at some point this will be backed by a nicer protocol,
14 but it currently uses a variety of hacky methods to track devices between
15 sessions.
16
17 Usage
18 =====
19
20 ``` {.lua}
21 modules_enabled = {
22 -- ...
23 "devices",
24 -- ...
25 }
26 ```
27
28 Configuration
29 =============
30
31 Option summary
32 --------------
33
34 option type default
35 ------------------------------ ----------------------- -----------
36 max\_user\_devices number `5`
37
38
39 Compatibility
40 =============
41
42 ------- -----------------------
43 trunk Works
44 0.11 Works
45 0.10 Does not work
46 ------- -----------------------