mod_upload_file_management: Add this new module, for now only listing files uploaded...
[prosody-modules.git] / mod_carbons / README.markdown
blob1778134e3328f1b0a26bfae1ff80cdec12d66d50
1 ---
2 labels:
3 - 'Stage-Beta'
4 summary: Message Carbons
5 ...
7 Introduction
8 ============
10 This module implements [XEP-0280: Message
11 Carbons](http://xmpp.org/extensions/xep-0280.html), allowing users to
12 maintain a shared and synchronized view of all conversations across all
13 their online clients and devices.
15 Configuration
16 =============
18 As with all modules, you enable it by adding it to the modules\_enabled
19 list.
21         modules_enabled = {
22             ...
23             "carbons";
24             ...
25         }
27 The module has no further configuration.
29 Clients
30 =======
32 Clients that support XEP-0280:
34 -   [Gajim](http://gajim.org/) (Desktop)
35 -   [Adium (1.6)](http://adium.im/) (Desktop - OS X)
36 -   [Yaxim](http://yaxim.org/) (Mobile - Android)
37 -   [Conversations](https://play.google.com/store/apps/details?id=eu.siacs.conversations)
38     (Mobile - Android)
39 -   [poezio](http://poezio.eu/en/) (Console)
41 Compatibility
42 =============
44   ------- -----------------------
45   0.8     Works
46   0.9     Works
47   0.10    Included with prosody
48   trunk   Included with prosody
49   ------- -----------------------