Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 257:53e6f43b23fc
Created wiki page through web user interface.
author | MWild1@gmail.com |
---|---|
date | Sun, 15 Jan 2012 01:35:10 +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|| |