mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_pep_vcard_png_avatar / README.markdown
blobc6a6d72c5bcca2f07e6002b39c236598b348663d
1 Introduction
2 ============
4 Conversations (an XMPP client for Android) is publishing PEP avatars in the webp file format. However Pidgin and other XMPP desktop clients can only show vcard avatars, that are in the PNG file format. This module is the [mod_pep_vcard_avatar](https://modules.prosody.im/mod_pep_vcard_avatar.html) module extended to also change the avatar file format to PNG.
6 This module needs `dwebp` from `webp` package as an additional dependency.
8 Configuration
9 =============
11 Enable the module as any other:
13     modules_enabled = {
14       "mod_pep_vcard_png_avatar";
15     }
17 You MUSTN'T load mod\_pep\_vcard\_avatar if this module is loaded.
19 Compatibility
20 =============
22   ----- -------------
23   trunk Works
24   0.10  Should work
25   0.9   Should work
26   ----- -------------