Software /
code /
prosody-modules
Comparison
mod_pep_vcard_avatar/README.markdown @ 3179:84f50531a192
mod_pep_vcard_avatar: Normalize syntax in README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 12 Jul 2018 21:02:04 +0200 |
parent | 3178:bd28da2f813c |
child | 3215:18ff93198e61 |
comparison
equal
deleted
inserted
replaced
3178:bd28da2f813c | 3179:84f50531a192 |
---|---|
1 --- | 1 --- |
2 labels: | 2 labels: |
3 - 'Stage-Alpha' | 3 - 'Stage-Alpha' |
4 summary: Sync avatars between vCards and PEP | 4 summary: Sync avatars between vCards and PEP |
5 ... | 5 --- |
6 | 6 |
7 Introduction | 7 ## Introduction |
8 ------------ | |
9 | 8 |
10 This module pushes the users nickname and avatar from vCards into PEP, | 9 This module pushes the users nickname and avatar from vCards into PEP, |
11 or into vCards from PEP. This allows interop between older clients that | 10 or into vCards from PEP. This allows interop between older clients that |
12 use [XEP-0153: vCard-Based | 11 use [XEP-0153: vCard-Based Avatars] to see the avatars of clients that |
13 Avatars](http://xmpp.org/extensions/xep-0153.html) to see the avatars of | 12 use [XEP-0084: User Avatar] and vice versa. |
14 clients that use [XEP-0084: User | |
15 Avatar](http://xmpp.org/extensions/xep-0084.html) and vice versa. | |
16 | 13 |
17 Also see [XEP-0398: User Avatar to vCard-Based Avatars Conversion]. | 14 Also see [XEP-0398: User Avatar to vCard-Based Avatars Conversion]. |
18 | 15 |
19 Configuration | 16 ## Configuration |
20 ------------- | |
21 | 17 |
22 Simply [enable it like most other | 18 Simply [enable it like most other modules][doc:installing_modules#prosody-modules], |
23 modules](https://prosody.im/doc/installing_modules#prosody-modules), no | 19 no further configuration needed. |
24 further configuration needed. | |
25 | 20 |
26 Compatibility | 21 ## Compatibility |
27 ------------- | |
28 | 22 |
29 ------- --------------- | 23 ------- --------------- |
30 trunk Works | 24 trunk Works |
31 0.10 Works | 25 0.10 Works |
32 0.9 Does not work | 26 0.9 Does not work |