Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 431:0bf555b3a3fa
mod_block_registrations: block_registrations_matching, not _patterns
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 06 Mar 2014 01:39:31 +0100 |
parents | 3ed760b4fa14 |
children | 4b35ca4e21ef |
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) | |
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 || |
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
|
35 || trunk || Works || |