mod_http_avatar/README.markdown
author Kim Alvefur <zash@zash.se>
Sat, 11 Mar 2023 22:25:50 +0100
changeset 5245 65892dd1d4ae
parent 3478 c3b886331de7
permissions -rw-r--r--
mod_http_oauth2: Reject insecure redirect URIs Is this enough, or are they going to be using ftp:// and gopher://?

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