Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 236:aa80afcf1282
don't think it's going to work in 0.6 for sure, updating wiki to reflect that.
author | maranda@lightwitch.org |
---|---|
date | Fri, 02 Dec 2011 17:07:13 +0000 |
parents | c5bb3529b831 |
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|| |