This module serves avatars from local users who have one set in their vCard, see XEP-0054 and XEP-0153.
Simply load the module. Avatars are then available at http://<host>:5280/avatar/<username>
modules_enabled = {
...
"http_avatar";
}
| trunk | Works |
| 0.11 | Works |
| 0.10 | Should work |
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_http_avatar
For earlier versions see the documentation for installing 3rd party modules