Mercurial > prosody-modules
annotate mod_csi/README.markdown @ 5295:98d5acb93439
mod_authz_delegate: make resistant against startup order issues
There is no guarantee that the target_host gets activated and
initialized before the host this module is loaded on. As
add_default_permission is called during load time by many modules,
we need to be prepared to queue stuff.
author | Jonas Schäfer <jonas@wielicki.name> |
---|---|
date | Fri, 31 Mar 2023 16:56:42 +0200 |
parents | 05bea2f43d97 |
children |
rev | line source |
---|---|
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
1 --- |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
2 summary: Client State Indication support |
4785
05bea2f43d97
mod_csi: Obsolete this module, it is included in Prosody since 0.11
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
3396
diff
changeset
|
3 superseded_by: mod_csi |
3396 | 4 labels: |
4785
05bea2f43d97
mod_csi: Obsolete this module, it is included in Prosody since 0.11
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
3396
diff
changeset
|
5 - 'Stage-Obsolete' |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
6 ... |
1782 | 7 |
4785
05bea2f43d97
mod_csi: Obsolete this module, it is included in Prosody since 0.11
Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
parents:
3396
diff
changeset
|
8 Since Prosody 0.11, this module is [included in Prosody](https://prosody.im/doc/modules/mod_csi), you will be redirected there shortly. |