mod_http_avatar/README.markdown
author Kim Alvefur <zash@zash.se>
Wed, 09 Feb 2022 00:34:36 +0100
changeset 4893 52522c71ad1a
parent 3478 c3b886331de7
permissions -rw-r--r--
mod_rest: Add XEP-0363 HTTP Upload to schemas

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