Mercurial > prosody-wiki
annotate mod_carbons.wiki @ 265:cb674a1674c0
mod_carbons: really fix xep link
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 28 Feb 2012 13:48:51 +0100 |
parents | d53df112f4c5 |
children | 622c6dccb592 |
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 = | |
23 ||trunk||Works|| |