mod_carbons_adhoc: Remove unused (later shadowed) local variable
[prosody-modules.git] / mod_http_pep_avatar / README.markdown
blobe93a27ce034e6a201b472d30be47e7beed6e289b
1 ---
2 summary: Serve PEP avatars from HTTP
3 ---
5 # Introduction
7 This module serves avatars from local users who have published
8 [XEP-0084: User Avatar] via [PEP][doc:modules:mod_pep].
10 # Configuring
12 Simply load the module. Avatars are then available at
13 `http://<host>:5280/pep_avatar/<username>`
15     modules_enabled = {
16         ...
17         "http_avatar";
18     }
20 # Access
22 Users must [configure] their Avatar PEP nodes to be public, otherwise
23 access is denied.
25 # Compatibility
27   ------- ---------------
28   trunk   Works
29   0.11    Works
30   0.10    Does not work
31   ------- ---------------
33 [configure]: https://xmpp.org/extensions/xep-0060.html#owner-configure