comparison mod_carbons/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_carbons/README.wiki@29f3d6b7ad16
children 637d63b7398e
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
1 ---
2 labels:
3 - 'Stage-Beta'
4 summary: Message Carbons
5 ...
6
7 Introduction
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 ------- -----------------------