Mercurial > prosody-modules
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_carbons/README.wiki Mon Aug 24 16:43:56 2015 +0200 @@ -0,0 +1,37 @@ +#summary Message Carbons +#labels Stage-Beta + += Introduction = + +This module implements [http://xmpp.org/extensions/xep-0280.html XEP-0280: Message Carbons], +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: + * [http://gajim.org/ Gajim] (Desktop) + * [http://adium.im/ Adium (1.6)] (Desktop - OS X) + * [http://yaxim.org/ Yaxim] (Mobile - Android) + * [https://play.google.com/store/apps/details?id=eu.siacs.conversations Conversations] (Mobile - Android) + * [http://poezio.eu/en/ poezio] (Console) + + += Compatibility = +|| 0.8 || Works || +|| 0.9 || Works || +|| 0.10 || Included with prosody || +|| trunk || Included with prosody ||