Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 514:9427318ae72d default tip
added page for mod_delegation
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 07 May 2015 23:31:20 +0200 |
parents | 4b35ca4e21ef |
children |
rev | line source |
---|---|
231 | 1 #summary Message Carbons |
424
3ed760b4fa14
I'll just go ahead and call mod_carbons Beta, but it's really actually pretty stable (Thanks Ben)
Kim Alvefur <zash@zash.se>
parents:
394
diff
changeset
|
2 #labels Stage-Beta |
231 | 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) | |
449 | 29 * [https://play.google.com/store/apps/details?id=eu.siacs.conversations Conversations] (Mobile - Android) |
394 | 30 * [http://poezio.eu/en/ poezio] (Console) |
388 | 31 |
32 | |
231 | 33 = Compatibility = |
266
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
34 || 0.8 || Works || |
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
35 || 0.9 || Works || |
449 | 36 || trunk || Works || |