Mercurial > prosody-modules
annotate mod_csi/README.markdown @ 2608:362ca94192ee
mod_smacks: Add resumed session to event "smacks-hibernation-end"
Older versions of this event only have the "intermediate" session
in event.session (the one used to resume the existing session),
but not the resumed one.
This adds event.resumed which contains the resumed one alongside
to event.session.
author | tmolitor <thilo@eightysoft.de> |
---|---|
date | Sat, 11 Mar 2017 01:37:28 +0100 |
parents | 72df72b9ee20 |
children | ea6b5321db50 |
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 |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
3 ... |
1782 | 4 |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
5 Introduction |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
6 ============ |
1782 | 7 |
1872 | 8 This module implements [Client State |
9 Indication](http://xmpp.org/extensions/xep-0352.html), a way for mobile | |
10 clients to tell the server that they are sitting in someones pocket and | |
11 would rather not get some less urgent things pushed to it. | |
1782 | 12 |
1871
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
13 However this module does not do anything by itself. Deciding what things |
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
14 are considered "less urgent" is left to other modules. |
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
15 |
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
16 - [mod\_throttle\_presence](/mod_throttle_presence.html) supresses |
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
17 presence updates |
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
18 - [mod\_filter\_chatstates](/mod_filter_chatstates.html) removes chat |
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
19 states (*Someone is typing...*) |
adb402e7de06
mod_csi: Add links to other modules that act on CSI info
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
20 |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
21 Configuration |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
22 ============= |
1782 | 23 |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
24 There is no configuration for this module, just add it to |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
25 modules\_enabled as normal. |
1782 | 26 |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
27 Compatibility |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
28 ============= |
1782 | 29 |
1803
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
30 ----- ------- |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
31 0.9 Works |
4d73a1a6ba68
Convert all wiki pages to Markdown
Kim Alvefur <zash@zash.se>
parents:
1782
diff
changeset
|
32 ----- ------- |