1782
|
1 #summary Replacement for mod_vcard with vcard4 support and PEP integration |
|
2 |
|
3 = Introduction = |
|
4 |
|
5 This module provides a replacement for mod_vcard. In addition to the ageing protocol defined by [http://xmpp.org/extensions/xep-0054.html XEP-0054], it also supports the [http://xmpp.org/extensions/xep-0292.html new vCard 4 based protocol] and integrates with [http://xmpp.org/extensions/xep-0163.html Personal Eventing Protocol]. The vCard 4, [http://xmpp.org/extensions/xep-0084.html User Avatar] and [http://xmpp.org/extensions/xep-0172.html User Nickname] PEP nodes are updated when the vCard is changed.. |
|
6 |
|
7 = Configuration = |
|
8 |
|
9 {{{ |
|
10 modules_enabled = { |
|
11 -- "pep"; -- These two modules must be removed |
|
12 -- "vcard"; |
|
13 |
|
14 "profile"; |
|
15 } |
|
16 }}} |
|
17 |
|
18 |
|
19 = Compatibility = |
|
20 |
|
21 Compatible with trunk after 2014-05-29. |
|
22 |
|
23 It depends on the new mod_pep_plus for PEP support. |