Software /
code /
prosody-modules
Changeset
2325:557dc366838e
Add information about ImageMagick dependency
author | Michael Vetter <jubalh@openmailbox.org> |
---|---|
date | Thu, 15 Sep 2016 13:36:32 +0200 |
parents | 2324:1424aa8877f0 |
children | 2326:8fad27d568aa |
files | mod_pep_vcard_png_avatar/README.markdown |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/mod_pep_vcard_png_avatar/README.markdown Tue Oct 04 16:18:06 2016 +0200 +++ b/mod_pep_vcard_png_avatar/README.markdown Thu Sep 15 13:36:32 2016 +0200 @@ -3,6 +3,8 @@ 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. +This module needs `convert` from ImageMagick as an additional dependency. + Configuration =============