Software /
code /
prosody-modules
File
mod_csi/README.markdown @ 4499:8e644bf36627
mod_rest: Change OOB namespace to the one used in messages
Because of it's current popularity as companion to HTTP Upload this is
probably more useful than the iq one.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 07 Mar 2021 01:26:20 +0100 |
parent | 3396:3bf847dbb063 |
child | 4785:05bea2f43d97 |
line wrap: on
line source
--- summary: Client State Indication support labels: - 'Stage-Merged' ... Introduction ============ This module implements [XEP-0352: Client State Indication](http://xmpp.org/extensions/xep-0352.html), a way for mobile clients to tell the server that they are sitting in someones pocket and would rather not get some less urgent things pushed to it. This module has been merged into Prosody 0.11. Please see the [mod_csi documentation](https://prosody.im/doc/modules/mod_csi) for more information about how it is used. Configuration ============= There is no configuration for this module, just add it to modules\_enabled as normal. Compatibility ============= ----- ------- 0.9 Works ----- ------- 0.10 Works ----- ------- 0.11 Works (included) ----- -------