Mercurial > prosody-modules
annotate mod_pep_vcard_avatar/README.markdown @ 3178:bd28da2f813c
mod_pep_vcard_avatar: Mention XEP-398
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 12 Jul 2018 21:01:51 +0200 |
parents | 4d73a1a6ba68 |
children | 84f50531a192 |
rev | line source |
---|---|
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 | |
3178
bd28da2f813c
mod_pep_vcard_avatar: Mention XEP-398
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
17 Also see [XEP-0398: User Avatar to vCard-Based Avatars Conversion]. |
bd28da2f813c
mod_pep_vcard_avatar: Mention XEP-398
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
18 |
1803 | 19 Configuration |
20 ------------- | |
21 | |
22 Simply [enable it like most other | |
23 modules](https://prosody.im/doc/installing_modules#prosody-modules), no | |
24 further configuration needed. | |
25 | |
26 Compatibility | |
27 ------------- | |
28 | |
29 ------- --------------- | |
30 trunk Works | |
31 0.10 Works | |
32 0.9 Does not work | |
33 0.8 Does not work | |
34 ------- --------------- |