Table of Contents
mod_roster
Allow users to keep and manage friend lists.
Details
mod_roster implements RFC3921bis. Any modifications made by a user to their roster is shared between all clients but some clients may need to log out and back in or manually request the updated roster before the changes are displayed.
Usage
modules_enabled = { -- Other modules "roster"; -- Enable mod_roster }
Configuration
| Option | Default | Notes |
|---|---|---|
| No options | ||
Example
modules_enabled = { -- Other modules "roster"; -- Enable mod_roster }
