diff 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
parents 637d63b7398e
children
line wrap: on
line diff
--- a/mod_carbons/README.markdown	Fri Jul 09 18:25:07 2021 +0200
+++ b/mod_carbons/README.markdown	Fri Jul 09 18:27:18 2021 +0200
@@ -1,49 +1,8 @@
 ---
 labels:
-- 'Stage-Merged'
+- 'Stage-Obsolete'
 summary: Message Carbons
+superseded_by: mod_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
-  ------- -----------------------
+Since Prosody 0.10, this module is [included in Prosody](https://prosody.im/doc/modules/mod_carbons), you will be redirected there shortly.