Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 392:46960c6716ee
Clarify that Carbons only syncs online clients
author | MWild1@gmail.com |
---|---|
date | Mon, 15 Jul 2013 09:11:00 +0000 |
parents | b4f1aeb37ae7 |
children | e63e1a463619 |
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 | |
392
46960c6716ee
Clarify that Carbons only syncs online clients
MWild1@gmail.com
parents:
389
diff
changeset
|
8 conversations across all their online 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 || |
392
46960c6716ee
Clarify that Carbons only syncs online clients
MWild1@gmail.com
parents:
389
diff
changeset
|
35 || trunk || Works || |