mod_time

Allows the server to respond to requests for the time.

Details

mod_time implements XEP-0202 and the obsolete XEP-0090 for compatibility with older clients.

Usage

    modules_enabled = {
        -- Other modules
        "time"; -- Enable mod_time
    }

Configuration

No options

Example

    modules_enabled = {
        -- Other modules
        "time"; -- Enable mod_time
    }