Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 231:c5bb3529b831
Add page about mod_carbons
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 26 Nov 2011 09:08:10 +0100 |
parents | |
children | d53df112f4c5 |
rev | line source |
---|---|
231 | 1 #summary Message Carbons |
2 #labels Stage-Alpha | |
3 | |
4 = Introduction = | |
5 | |
6 This module implements [http://xmpp.org/extensions/xep-281.html XEP-0280: Message Carbons]. | |
7 | |
8 = Configuration = | |
9 | |
10 As with all modules, you enable it by adding it to the modules_enabled list. | |
11 | |
12 {{{ | |
13 modules_enabled = { | |
14 ... | |
15 "carbons"; | |
16 ... | |
17 } | |
18 }}} | |
19 | |
20 The module has no further configuration. | |
21 | |
22 = Compatibility = | |
23 ||trunk||Works|| |