Software /
code /
prosody-modules
Comparison
mod_profile/README.md @ 6211:750d64c47ec6 draft default tip
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:31:36 +0700 |
parent | 6003:fe081789f7b5 |
comparison
equal
deleted
inserted
replaced
6210:24316a399978 | 6211:750d64c47ec6 |
---|---|
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]. |