diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_carbons/README.markdown	Fri Aug 28 18:03:58 2015 +0200
@@ -0,0 +1,49 @@
+---
+labels:
+- 'Stage-Beta'
+summary: Message Carbons
+...
+
+Introduction
+============
+
+This module implements [XEP-0280: Message
+Carbons](http://xmpp.org/extensions/xep-0280.html), allowing users to
+maintain a shared and synchronized view of all conversations across all
+their online clients and devices.
+
+Configuration
+=============
+
+As with all modules, you enable it by adding it to the modules\_enabled
+list.
+
+        modules_enabled = {
+            ...
+            "carbons";
+            ...
+        }
+
+The module has no further configuration.
+
+Clients
+=======
+
+Clients that support XEP-0280:
+
+-   [Gajim](http://gajim.org/) (Desktop)
+-   [Adium (1.6)](http://adium.im/) (Desktop - OS X)
+-   [Yaxim](http://yaxim.org/) (Mobile - Android)
+-   [Conversations](https://play.google.com/store/apps/details?id=eu.siacs.conversations)
+    (Mobile - Android)
+-   [poezio](http://poezio.eu/en/) (Console)
+
+Compatibility
+=============
+
+  ------- -----------------------
+  0.8     Works
+  0.9     Works
+  0.10    Included with prosody
+  trunk   Included with prosody
+  ------- -----------------------