Software /
code /
prosody-modules
Comparison
mod_carbons/README.markdown @ 4784:9a41cf08de24
mod_carbons: Obsolete this module, it is included in Prosody since 0.10
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Fri, 09 Jul 2021 18:27:18 +0200 |
parent | 3666:637d63b7398e |
comparison
equal
deleted
inserted
replaced
4783:6ca1117b81a5 | 4784:9a41cf08de24 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - 'Stage-Merged' | 3 - 'Stage-Obsolete' |
4 summary: Message Carbons | 4 summary: Message Carbons |
5 superseded_by: mod_carbons | |
5 ... | 6 ... |
6 | 7 |
7 Introduction | 8 Since Prosody 0.10, this module is [included in Prosody](https://prosody.im/doc/modules/mod_carbons), you will be redirected there shortly. |
8 ============ | |
9 | |
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. | |
14 | |
15 Configuration | |
16 ============= | |
17 | |
18 As with all modules, you enable it by adding it to the modules\_enabled | |
19 list. | |
20 | |
21 modules_enabled = { | |
22 ... | |
23 "carbons"; | |
24 ... | |
25 } | |
26 | |
27 The module has no further configuration. | |
28 | |
29 Clients | |
30 ======= | |
31 | |
32 Clients that support XEP-0280: | |
33 | |
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) | |
40 | |
41 Compatibility | |
42 ============= | |
43 | |
44 ------- ----------------------- | |
45 0.8 Works | |
46 0.9 Works | |
47 0.10 Included with prosody | |
48 trunk Included with prosody | |
49 ------- ----------------------- |