Software /
code /
prosody-modules
Diff
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 |
parent | 4957:89226fb1af67 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_profile/README.md Tue Oct 22 10:26:01 2024 +0200 @@ -0,0 +1,39 @@ +--- +labels: +- 'Stage-Obsolete' +summary: 'Replacement for mod\_vcard with vcard4 support and PEP integration' +superseded_by: mod_vcard_legacy +--- + +::: {.alert .alert-warning} +[mod\_vcard\_legacy][doc:modules:mod_vcard_legacy] and +[mod\_vcard4][doc:modules:mod_vcard4] included with Prosody 0.11.x +provide equivalent functionality. +::: + +# Introduction + +This module was an experimental replacement for [mod\_vcard]. In addition to +the ageing protocol defined by [XEP-0054], it also supports the [new +vCard 4 based protocol][xep0292] and integrates with [Personal +Eventing Protocol][xep0163]. + +Also supports [XEP-0398: User Avatar to vCard-Based Avatars Conversion]. + +The vCard 4, [User Avatar][xep0084] and [User Nickname][xep0172] +PEP nodes are updated when the vCard is changed.. + +# Configuration + + modules_enabled = { + -- "vcard"; -- This module must be removed + + "profile"; + } + +# Compatibility + +Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10.x. + +It depends on the trunk version of [mod\_pep][doc:modules:mod_pep] for PEP support, +previously known as [mod\_pep\_plus][doc:modules:mod_pep_plus].