Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 417:880259dc82a8
DANE \o/
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Jan 2014 01:00:12 +0100 |
parents | 4e092bccc23b |
children | 3ed760b4fa14 |
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: | |
394 | 26 * [http://gajim.org/ Gajim] (Desktop) |
27 * [http://adium.im/ Adium (1.6)] (Desktop - OS X) | |
28 * [http://yaxim.org/ Yaxim] (Mobile - Android) | |
29 * [http://poezio.eu/en/ poezio] (Console) | |
388 | 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 || |