This is an experimental module that aims to identify the different devices (technically clients) that a user uses with their account.
It is expected that at some point this will be backed by a nicer protocol, but it currently uses a variety of hacky methods to track devices between sessions.
modules_enabled = {
-- ...
"devices",
-- ...
}| option | type | default |
|---|---|---|
| max_user_devices | number | 5 |
| trunk | Works |
| 0.11 | Works |
| 0.10 | Does not work |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_devices
For earlier versions see the documentation for installing 3rd party modules