mod_http_pep_avatar

Introduction

This module serves avatars from local users who have published XEP-0084: User Avatar via PEP.

Configuring

Simply load the module. Avatars are then available at http://<host>:5280/pep_avatar/<username>

modules_enabled = {
    ...
    "http_pep_avatar";
}

Access

Users must configure their Avatar PEP nodes to be public, otherwise access is denied.

Compatibility

trunk Works
0.11 Works
0.10 Does not work

Installation

With the plugin installer in Prosody 0.12 you can use:

sudo prosodyctl install --server=https://modules.prosody.im/rocks/ mod_http_pep_avatar

For earlier versions see the documentation for installing 3rd party modules