comparison mod_http_avatar/README.markdown @ 3082:1cff081abbed

mod_http_avatar: Add a module to serve vCard-temp avatars over HTTP.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Fri, 01 Jun 2018 22:05:46 +0200
parents
children c3b886331de7
comparison
equal deleted inserted replaced
3081:e0ef90e96931 3082:1cff081abbed
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.10 Should work
28 ------- --------------