Mercurial > prosody-modules
comparison mod_profile/README.markdown @ 3300:65dd8ebbd82c
mod_profile: Update README file next to recent mod_pep changes
author | Minami-o Le Sabreur <minami-o@biboumail.fr> |
---|---|
date | Fri, 07 Sep 2018 20:25:07 -0400 |
parents | 1fe5b156d220 |
children | 2bbc56a19d74 |
comparison
equal
deleted
inserted
replaced
3297:8424142d503c | 3300:65dd8ebbd82c |
---|---|
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]. |