Mercurial > prosody-modules
annotate mod_pep_vcard_avatar/README.markdown @ 4876:0f5f2d4475b9
mod_http_xep227: Add support for import via APIs rather than direct store manipulation
In particular this transitions PEP nodes and data to be imported via mod_pep's
APIs, fixing issues with importing at runtime while PEP data may already be
live in RAM.
Next obvious candidate for this approach is rosters, so clients get immediate
roster pushes and other special handling (such as emitting subscribes to reach
the desired subscription state).
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Tue, 18 Jan 2022 17:01:18 +0000 |
parents | 41dd405efb5a |
children |
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 |
3421
41dd405efb5a
mod_pep_vcard_avatar: Update docs to point at mod_vcard_legacy
Kim Alvefur <zash@zash.se>
parents:
3215
diff
changeset
|
23 ------- -------------------------------- |
41dd405efb5a
mod_pep_vcard_avatar: Update docs to point at mod_vcard_legacy
Kim Alvefur <zash@zash.se>
parents:
3215
diff
changeset
|
24 trunk Use mod\_vcard\_legacy instead |
41dd405efb5a
mod_pep_vcard_avatar: Update docs to point at mod_vcard_legacy
Kim Alvefur <zash@zash.se>
parents:
3215
diff
changeset
|
25 0.11 Use mod\_vcard\_legacy instead |
1803 | 26 0.10 Works |
27 0.9 Does not work | |
28 0.8 Does not work | |
3421
41dd405efb5a
mod_pep_vcard_avatar: Update docs to point at mod_vcard_legacy
Kim Alvefur <zash@zash.se>
parents:
3215
diff
changeset
|
29 ------- -------------------------------- |