mod_devices

Description

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.

Usage

modules_enabled = {
    -- ...
    "devices",
    -- ...
}

Configuration

Option summary

option type default
max_user_devices number 5

Compatibility

trunk Works
0.11 Works
0.10 Does not work

Installation

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


Latest changes