changeset 231:c5bb3529b831

Add page about mod_carbons
author Kim Alvefur <zash@zash.se>
date Sat, 26 Nov 2011 09:08:10 +0100
parents a00ce355e07b
children 360870d40470
files mod_carbons.wiki
diffstat 1 files changed, 23 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mod_carbons.wiki	Sat Nov 26 09:08:10 2011 +0100
@@ -0,0 +1,23 @@
+#summary Message Carbons
+#labels Stage-Alpha
+
+= Introduction =
+
+This module implements [http://xmpp.org/extensions/xep-281.html XEP-0280: Message Carbons].
+
+= 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.
+
+= Compatibility =
+||trunk||Works||