view mod_http_avatar/README.markdown @ 4566:174c7a3c819b

mod_muc_bot: Add option to not send any messages to bots Useful for write-only bots that don't care about what's said in the chat.
author Kim Alvefur <zash@zash.se>
date Mon, 24 May 2021 16:18:29 +0200
parents c3b886331de7
children
line wrap: on
line source

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