mod_blocklist

Users will often need to block specific users from contacting them and enabling mod_blocklist give users the ability to do that providing their clients support it.

Details

mod_blocklist implements XEP-0191.

Usage

    modules_enabled = {
        -- Other modules
        "blocklist"; -- Enable mod_blocklist
    }

Configuration

Example

    modules_enabled = {
        -- Other modules
        "blocklist"; -- Enable mod_blocklist
    }