1803
|
1 ---
|
|
2 labels:
|
|
3 - 'Stage-Alpha'
|
|
4 summary: Sync avatars between vCards and PEP
|
|
5 ...
|
|
6
|
|
7 Introduction
|
|
8 ------------
|
|
9
|
|
10 This module pushes the users nickname and avatar from vCards into PEP,
|
|
11 or into vCards from PEP. This allows interop between older clients that
|
|
12 use [XEP-0153: vCard-Based
|
|
13 Avatars](http://xmpp.org/extensions/xep-0153.html) to see the avatars of
|
|
14 clients that use [XEP-0084: User
|
|
15 Avatar](http://xmpp.org/extensions/xep-0084.html) and vice versa.
|
|
16
|
|
17 Configuration
|
|
18 -------------
|
|
19
|
|
20 Simply [enable it like most other
|
|
21 modules](https://prosody.im/doc/installing_modules#prosody-modules), no
|
|
22 further configuration needed.
|
|
23
|
|
24 Compatibility
|
|
25 -------------
|
|
26
|
|
27 ------- ---------------
|
|
28 trunk Works
|
|
29 0.10 Works
|
|
30 0.9 Does not work
|
|
31 0.8 Does not work
|
|
32 ------- ---------------
|