Comparison

mod_http_avatar/README.md @ 6003:fe081789f7b5

All community modules: Unify file extention of Markdown files to .md
author Menel <menel@snikket.de>
date Tue, 22 Oct 2024 10:26:01 +0200 (5 months ago)
parent 3474:mod_http_avatar/README.markdown@c3b886331de7
comparison
equal deleted inserted replaced
6002:5a65a632d5b9 6003:fe081789f7b5
1 ---
2 summary: Serve avatars from HTTP
3 ...
4
5 Introduction
6 ============
7
8 This module serves avatars from local users who have one set in their
9 vCard, see XEP-0054 and XEP-0153.
10
11 Configuring
12 ===========
13
14 Simply load the module. Avatars are then available at
15 http://<host>:5280/avatar/<username>
16
17 modules_enabled = {
18 ...
19 "http_avatar";
20 }
21
22 Compatibility
23 =============
24
25 ------- --------------
26 trunk Works
27 0.11 Works
28 0.10 Should work
29 ------- --------------