Mercurial > prosody-modules
annotate mod_pep_vcard_avatar/README.markdown @ 5185:09d6bbd6c8a4
mod_http_oauth2: Fix treatment of 'redirect_uri' parameter in code flow
It's optional and the one stored in the client registration should
really be used instead. RFC 6749 says an URI provided as parameter MUST
be validated against the stored one but does not say how.
Given that the client needs their secret to proceed, it seems fine to
leave this for later.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 02 Mar 2023 22:00:42 +0100 |
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 ------- -------------------------------- |