This module serves avatars from local users who have published XEP-0084: User Avatar via PEP.
Simply load the module. Avatars are then available at
http://<host>:5280/pep_avatar/<username>
modules_enabled = {
    ...
    "http_pep_avatar";
}Users must configure their Avatar PEP nodes to be public, otherwise access is denied.
| trunk | Works | 
| 0.11 | Works | 
| 0.10 | Does not work | 
With the plugin installer in Prosody 0.12 you can use:
sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_http_pep_avatarFor earlier versions see the documentation for installing 3rd party modules