Mercurial > prosody-modules
comparison mod_http_pep_avatar/README.markdown @ 3425:461429e0db58
mod_http_pep_avatar: Provides PEP avatars via HTTP
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 03 Jan 2019 11:46:51 +0100 |
parents | mod_http_avatar/README.markdown@1cff081abbed |
children | 1396ce148073 |
comparison
equal
deleted
inserted
replaced
3424:6ae875c98daf | 3425:461429e0db58 |
---|---|
1 --- | |
2 summary: Serve PEP avatars from HTTP | |
3 --- | |
4 | |
5 # Introduction | |
6 | |
7 This module serves avatars from local users who have published | |
8 [XEP-0084: User Avatar] via [PEP][doc:modules:mod_pep]. | |
9 | |
10 # Configuring | |
11 | |
12 Simply load the module. Avatars are then available at | |
13 http://<host>:5280/pep_avatar/<username> | |
14 | |
15 modules_enabled = { | |
16 ... | |
17 "http_avatar"; | |
18 } | |
19 | |
20 # Access | |
21 | |
22 Users must [configure] their Avatar PEP nodes to be public, otherwise | |
23 access is denied. | |
24 | |
25 # Compatibility | |
26 | |
27 ------- --------------- | |
28 trunk Works | |
29 0.11 Works | |
30 0.10 Does not work | |
31 ------- --------------- | |
32 | |
33 [configure]: https://xmpp.org/extensions/xep-0060.html#owner-configure |