Software /
code /
prosody-modules
Comparison
mod_profile/README.md @ 6003:fe081789f7b5
All community modules: Unify file extention of Markdown files to .md
author | Menel <menel@snikket.de> |
---|---|
date | Tue, 22 Oct 2024 10:26:01 +0200 (5 months ago) |
parent | 4957:mod_profile/README.markdown@89226fb1af67 |
comparison
equal
deleted
inserted
replaced
6002:5a65a632d5b9 | 6003:fe081789f7b5 |
---|---|
1 --- | |
2 labels: | |
3 - 'Stage-Obsolete' | |
4 summary: 'Replacement for mod\_vcard with vcard4 support and PEP integration' | |
5 superseded_by: mod_vcard_legacy | |
6 --- | |
7 | |
8 ::: {.alert .alert-warning} | |
9 [mod\_vcard\_legacy][doc:modules:mod_vcard_legacy] and | |
10 [mod\_vcard4][doc:modules:mod_vcard4] included with Prosody 0.11.x | |
11 provide equivalent functionality. | |
12 ::: | |
13 | |
14 # Introduction | |
15 | |
16 This module was an experimental replacement for [mod\_vcard]. In addition to | |
17 the ageing protocol defined by [XEP-0054], it also supports the [new | |
18 vCard 4 based protocol][xep0292] and integrates with [Personal | |
19 Eventing Protocol][xep0163]. | |
20 | |
21 Also supports [XEP-0398: User Avatar to vCard-Based Avatars Conversion]. | |
22 | |
23 The vCard 4, [User Avatar][xep0084] and [User Nickname][xep0172] | |
24 PEP nodes are updated when the vCard is changed.. | |
25 | |
26 # Configuration | |
27 | |
28 modules_enabled = { | |
29 -- "vcard"; -- This module must be removed | |
30 | |
31 "profile"; | |
32 } | |
33 | |
34 # Compatibility | |
35 | |
36 Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10.x. | |
37 | |
38 It depends on the trunk version of [mod\_pep][doc:modules:mod_pep] for PEP support, | |
39 previously known as [mod\_pep\_plus][doc:modules:mod_pep_plus]. |