# HG changeset patch # User Kim Alvefur # Date 1322294890 -3600 # Node ID c5bb3529b8319d7e9c66889e859fb30519b246bb # Parent a00ce355e07bbbf9250ef69b6b99f1c58150c62c Add page about mod_carbons diff -r a00ce355e07b -r c5bb3529b831 mod_carbons.wiki --- /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||