mod_offline

Currently storage of messages sent to offline users is handled by mod_message but there are plans to move the functionality to mod_offline for Prosody 0.8.

Details

mod_offline will implement XEP-0160, XEP-0203 and XEP-0091 for backwards compatibility with older clients.

Usage

    modules_enabled = {
        -- Other modules
        "offline"; -- Enable mod_offline
    }

Configuration

Option Default Notes
No options

Example

    modules_enabled = {
        -- Other modules
        "offline"; -- Enable mod_offline
    }
 
doc/modules/mod_offline.txt · Last modified: 2010/02/20 00:26 by Kawsar Saiyeed