Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 291:5999d2eb2149
Fix compatibility info
author | MWild1@gmail.com |
---|---|
date | Fri, 06 Jul 2012 13:01:05 +0000 |
parents | 622c6dccb592 |
children | b9f7c8bd5648 |
rev | line source |
---|---|
231 | 1 #summary Message Carbons |
2 #labels Stage-Alpha | |
3 | |
4 = Introduction = | |
5 | |
265
cb674a1674c0
mod_carbons: really fix xep link
Kim Alvefur <zash@zash.se>
parents:
264
diff
changeset
|
6 This module implements [http://xmpp.org/extensions/xep-0280.html XEP-0280: Message Carbons]. |
231 | 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 = | |
266
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
23 || 0.8 || Works || |
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
24 || 0.9 || Works || |
622c6dccb592
Carbons has been tested with 0.8 and 0.9
Kim Alvefur <zash@zash.se>
parents:
265
diff
changeset
|
25 || trunk || Works || |