comparison mod_profile/README.markdown @ 3180:00034d0cc05a

mod_profile: Reformat README
author Kim Alvefur <zash@zash.se>
date Thu, 12 Jul 2018 21:07:10 +0200
parents 85509650ba82
children 1fe5b156d220
comparison
equal deleted inserted replaced
3179:84f50531a192 3180:00034d0cc05a
2 labels: 2 labels:
3 - 'Stage-Alpha' 3 - 'Stage-Alpha'
4 summary: 'Replacement for mod\_vcard with vcard4 support and PEP integration' 4 summary: 'Replacement for mod\_vcard with vcard4 support and PEP integration'
5 --- 5 ---
6 6
7 Introduction 7 # Introduction
8 ============
9 8
10 This module provides a replacement for mod\_vcard. In addition to the 9 This module provides a replacement for [mod\_vcard]. In addition to
11 ageing protocol defined by 10 the ageing protocol defined by [XEP-0054], it also supports the [new
12 [XEP-0054](http://xmpp.org/extensions/xep-0054.html), it also supports 11 vCard 4 based protocol][xep0292] and integrates with [Personal
13 the [new vCard 4 based 12 Eventing Protocol][xep0163].
14 protocol](http://xmpp.org/extensions/xep-0292.html) and integrates with
15 [Personal Eventing Protocol](http://xmpp.org/extensions/xep-0163.html).
16 The vCard 4, [User Avatar](http://xmpp.org/extensions/xep-0084.html) and
17 [User Nickname](http://xmpp.org/extensions/xep-0172.html) PEP nodes are
18 updated when the vCard is changed..
19 13
20 Configuration 14 The vCard 4, [User Avatar][xep0084] and [User Nickname][xep0172]
21 ============= 15 PEP nodes are updated when the vCard is changed..
16
17 # Configuration
22 18
23 modules_enabled = { 19 modules_enabled = {
24 -- "pep"; -- These two modules must be removed 20 -- "pep"; -- These two modules must be removed
25 -- "vcard"; 21 -- "vcard";
26 22
27 "profile"; 23 "profile";
28 } 24 }
29 25
30 Compatibility 26 # Compatibility
31 =============
32 27
33 Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10. 28 Requires Prosody **trunk** as of 2014-05-29. Won't work in 0.10.x.
34 29
35 It depends on the new mod\_pep\_plus for PEP support. 30 It depends on the new [mod\_pep\_plus][doc:modules:mod_pep_plus] for PEP support.