Mercurial > prosody-modules
comparison mod_profile/README.markdown @ 3301:f69233c3e0c0
merge
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 08 Sep 2018 11:37:38 +0200 |
parents | 65dd8ebbd82c |
children | 2bbc56a19d74 |
comparison
equal
deleted
inserted
replaced
3299:2c62fda477a5 | 3301:f69233c3e0c0 |
---|---|
17 PEP nodes are updated when the vCard is changed.. | 17 PEP nodes are updated when the vCard is changed.. |
18 | 18 |
19 # Configuration | 19 # Configuration |
20 | 20 |
21 modules_enabled = { | 21 modules_enabled = { |
22 -- "pep"; -- These two modules must be removed | 22 -- "vcard"; -- This module must be removed |
23 -- "vcard"; | |
24 | 23 |
25 "profile"; | 24 "profile"; |
26 } | 25 } |
27 | 26 |
28 # Compatibility | 27 # Compatibility |
29 | 28 |
30 Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10.x. | 29 Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10.x. |
31 | 30 |
32 It depends on the new [mod\_pep\_plus][doc:modules:mod_pep_plus] for PEP support. | 31 It depends on the trunk version of [mod\_pep][doc:modules:mod_pep] for PEP support, |
32 previously known as [mod\_pep\_plus][doc:modules:mod_pep_plus]. |