Mercurial > prosody-modules
diff mod_pep_vcard_avatar/README.markdown @ 1803:4d73a1a6ba68
Convert all wiki pages to Markdown
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 28 Aug 2015 18:03:58 +0200 |
parents | |
children | bd28da2f813c |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_pep_vcard_avatar/README.markdown Fri Aug 28 18:03:58 2015 +0200 @@ -0,0 +1,32 @@ +--- +labels: +- 'Stage-Alpha' +summary: Sync avatars between vCards and PEP +... + +Introduction +------------ + +This module pushes the users nickname and avatar from vCards into PEP, +or into vCards from PEP. This allows interop between older clients that +use [XEP-0153: vCard-Based +Avatars](http://xmpp.org/extensions/xep-0153.html) to see the avatars of +clients that use [XEP-0084: User +Avatar](http://xmpp.org/extensions/xep-0084.html) and vice versa. + +Configuration +------------- + +Simply [enable it like most other +modules](https://prosody.im/doc/installing_modules#prosody-modules), no +further configuration needed. + +Compatibility +------------- + + ------- --------------- + trunk Works + 0.10 Works + 0.9 Does not work + 0.8 Does not work + ------- ---------------