mod_roster

Allow users to keep and manage friend lists.

Details

mod_roster implements RFC 6121. 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

No options

Example

    modules_enabled = {
        -- Other modules
        "roster"; -- Enable mod_roster
    }