Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 389:b4f1aeb37ae7
Describe the actual feature
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 15 Jul 2013 01:56:57 +0200 |
parents | b9f7c8bd5648 |
children | 46960c6716ee |
rev | line source |
---|---|
231 | 1 #summary Message Carbons |
2 #labels Stage-Alpha | |
3 | |
4 = Introduction = | |
5 | |
389 | 6 This module implements [http://xmpp.org/extensions/xep-0280.html XEP-0280: Message Carbons], |
7 allowing users to maintain a shared and synchronized view of all | |
8 conversations across all their clients and devices. | |
231 | 9 |
10 = Configuration = | |
11 | |
12 As with all modules, you enable it by adding it to the modules_enabled list. | |
13 | |
14 {{{ | |
15 modules_enabled = { | |
16 ... | |
17 "carbons"; | |
18 ... | |
19 } | |
20 }}} | |
21 | |
22 The module has no further configuration. | |
23 | |
388 | 24 = Clients = |
25 Clients that support XEP-0280: | |
26 * Gajim | |
27 * Yaxim | |
28 * Adium (1.6) | |
29 * poezio | |
30 | |
31 | |
231 | 32 = Compatibility = |
266
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
33 || 0.8 || Works || |
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
34 || 0.9 || Works || |
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
35 || trunk || Works || |