Mercurial > prosody-modules
annotate mod_pep_vcard_avatar/README.markdown @ 4047:36b6e3e3f9e2
mod_conversejs: Disable automatic BOSH/WS endpoint discovery
Converse.js 7.0 will enable this by default, but when using this module
the BOSH and WebSocket endpoints are provided in the generated HTML, so
automatic discovery is not needed and unlikely to work without an
additional module.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 18 Jun 2020 15:24:34 +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 ------- -------------------------------- |