Mercurial > prosody-modules
comparison mod_carbons/README.wiki @ 1782:29f3d6b7ad16
Import wiki pages
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Mon, 24 Aug 2015 16:43:56 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1781:12ac88940fe3 | 1782:29f3d6b7ad16 |
---|---|
1 #summary Message Carbons | |
2 #labels Stage-Beta | |
3 | |
4 = Introduction = | |
5 | |
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 online clients and devices. | |
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 | |
24 = Clients = | |
25 Clients that support XEP-0280: | |
26 * [http://gajim.org/ Gajim] (Desktop) | |
27 * [http://adium.im/ Adium (1.6)] (Desktop - OS X) | |
28 * [http://yaxim.org/ Yaxim] (Mobile - Android) | |
29 * [https://play.google.com/store/apps/details?id=eu.siacs.conversations Conversations] (Mobile - Android) | |
30 * [http://poezio.eu/en/ poezio] (Console) | |
31 | |
32 | |
33 = Compatibility = | |
34 || 0.8 || Works || | |
35 || 0.9 || Works || | |
36 || 0.10 || Included with prosody || | |
37 || trunk || Included with prosody || |