Software /
code /
prosody-modules
Diff
mod_http_pep_avatar/README.md @ 6209:d611ed13df7e draft
Merge
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Tue, 18 Mar 2025 00:16:25 +0700 |
parent | 4615:451514e2d369 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_http_pep_avatar/README.md Tue Mar 18 00:16:25 2025 +0700 @@ -0,0 +1,33 @@ +--- +summary: Serve PEP avatars from HTTP +--- + +# Introduction + +This module serves avatars from local users who have published +[XEP-0084: User Avatar] via [PEP][doc:modules:mod_pep]. + +# Configuring + +Simply load the module. Avatars are then available at +`http://<host>:5280/pep_avatar/<username>` + + modules_enabled = { + ... + "http_pep_avatar"; + } + +# Access + +Users must [configure] their Avatar PEP nodes to be public, otherwise +access is denied. + +# Compatibility + + ------- --------------- + trunk Works + 0.11 Works + 0.10 Does not work + ------- --------------- + +[configure]: https://xmpp.org/extensions/xep-0060.html#owner-configure