mod_http_avatar/README.markdown
author Matthew Wild <mwild1@gmail.com>
Thu, 29 Feb 2024 16:33:15 +0000
changeset 5851 d00af6ebb326
parent 3478 c3b886331de7
permissions -rw-r--r--
mod_spam_report_forwarder: Only forward to xmpp: URIs, and exclude MUCs

---
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
  ------- --------------