mod_http_avatar/README.markdown
author BetaRays <BetaRays@proton.me>
Sun, 17 Mar 2024 15:05:29 +0100
changeset 5875 1c8197075d04
parent 3478 c3b886331de7
permissions -rw-r--r--
mod_conversejs: Allow installation as PWA

---
summary: Serve avatars from HTTP
...

Introduction
============

This module serves avatars from local users who have one set in their
vCard, see XEP-0054 and XEP-0153.

Configuring
===========

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

    modules_enabled = {
        ...
        "http_avatar";
    }

Compatibility
=============

  ------- --------------
  trunk   Works
  0.11    Works
  0.10    Should work
  ------- --------------