comparison mod_profile/README.markdown @ 1803:4d73a1a6ba68

Convert all wiki pages to Markdown
author Kim Alvefur <zash@zash.se>
date Fri, 28 Aug 2015 18:03:58 +0200
parents mod_profile/README.wiki@29f3d6b7ad16
children f0e611e40e3f
comparison
equal deleted inserted replaced
1802:0ab737feada6 1803:4d73a1a6ba68
1 ---
2 labels:
3 summary: 'Replacement for mod\_vcard with vcard4 support and PEP integration'
4 ...
5
6 Introduction
7 ============
8
9 This module provides a replacement for mod\_vcard. In addition to the
10 ageing protocol defined by
11 [XEP-0054](http://xmpp.org/extensions/xep-0054.html), it also supports
12 the [new vCard 4 based
13 protocol](http://xmpp.org/extensions/xep-0292.html) and integrates with
14 [Personal Eventing Protocol](http://xmpp.org/extensions/xep-0163.html).
15 The vCard 4, [User Avatar](http://xmpp.org/extensions/xep-0084.html) and
16 [User Nickname](http://xmpp.org/extensions/xep-0172.html) PEP nodes are
17 updated when the vCard is changed..
18
19 Configuration
20 =============
21
22 modules_enabled = {
23 -- "pep"; -- These two modules must be removed
24 -- "vcard";
25
26 "profile";
27 }
28
29 Compatibility
30 =============
31
32 Compatible with trunk after 2014-05-29.
33
34 It depends on the new mod\_pep\_plus for PEP support.