Mercurial > prosody-modules
annotate mod_pep_vcard_avatar/README.markdown @ 5424:b45d9a81b3da
mod_http_oauth2: Revert role selector, going to try something else
Back out f2c7bb3af600
Allowing only a single role to be encoded into the grant takes away the
possibility of having multiple roles in the grant, one of which is
selected when issuing an access token. It also takes away the ability to
have zero roles granted, which could be useful e.g. when you only need
OIDC scopes.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 07 May 2023 19:40:57 +0200 |
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 ------- -------------------------------- |