Mercurial > prosody-wiki
view mod_carbons.wiki @ 415:720b8a84ecf9
add note about simple built-in captcha
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 17 Jan 2014 00:52:58 +0100 |
parents | 4e092bccc23b |
children | 3ed760b4fa14 |
line wrap: on
line source
#summary Message Carbons #labels Stage-Alpha = 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) * [http://poezio.eu/en/ poezio] (Console) = Compatibility = || 0.8 || Works || || 0.9 || Works || || trunk || Works ||