Mercurial > prosody-modules
view mod_csi/README.markdown @ 4430:71c495fa03f3
mod_groups_internal: allow force-emitting group member addition events
This is useful when a new plugin was loaded which handles that
event to add some value.
Then the command can be called (**not** from the plugin but from
an upcoming admin shell module) to synchronise things.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Fri, 05 Feb 2021 15:45:28 +0100 |
parents | 3bf847dbb063 |
children | 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) ----- -------