Software /
code /
prosody-modules
Annotate
mod_pep_vcard_avatar/README.markdown @ 3409:1900280e2a90
mod_pubsub_stats/README: Link to docs for Prosodys statistics
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sat, 22 Dec 2018 18:22:15 +0100 |
parent | 3215:18ff93198e61 |
child | 3421:41dd405efb5a |
rev | line source |
---|---|
1803 | 1 --- |
2 labels: | |
3 - 'Stage-Alpha' | |
4 summary: Sync avatars between vCards and PEP | |
3179
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
5 --- |
1803 | 6 |
3179
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
7 ## Introduction |
1803 | 8 |
9 This module pushes the users nickname and avatar from vCards into PEP, | |
10 or into vCards from PEP. This allows interop between older clients that | |
3179
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
11 use [XEP-0153: vCard-Based Avatars] to see the avatars of clients that |
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
12 use [XEP-0084: User Avatar] and vice versa. |
1803 | 13 |
3178
bd28da2f813c
mod_pep_vcard_avatar: Mention XEP-398
Kim Alvefur <zash@zash.se>
parents:
1803
diff
changeset
|
14 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
|
15 |
3179
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
16 ## Configuration |
1803 | 17 |
3179
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
18 Simply [enable it like most other modules][doc:installing_modules#prosody-modules], |
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
19 no further configuration needed. |
1803 | 20 |
3179
84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
Kim Alvefur <zash@zash.se>
parents:
3178
diff
changeset
|
21 ## Compatibility |
1803 | 22 |
23 ------- --------------- | |
3215
18ff93198e61
mod_pep_vcard_avatar: Does not work with trunk anymore
Kim Alvefur <zash@zash.se>
parents:
3179
diff
changeset
|
24 trunk Does not work |
1803 | 25 0.10 Works |
26 0.9 Does not work | |
27 0.8 Does not work | |
28 ------- --------------- |