Software /
code /
prosody-modules
Annotate
mod_csi/README.markdown @ 1893:8064b5e346ab
mod_pubsub_feeds/README: Update wording to be clearer
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 03 Oct 2015 16:53:45 +0200 |
parent | 1872:72df72b9ee20 |
child | 2876: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 ----- ------- |