Mercurial > prosody-modules
view mod_http_avatar/README.markdown @ 3699:1f68287138e3
mod_xhtmlim: Default to stripping @style attribute by default
Proper sanitation would require a CSS parser, easier and probably best
for everyone to just strip by default.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 08 Oct 2019 18:35:48 +0200 |
parents | c3b886331de7 |
children |
line wrap: on
line source
--- summary: Serve avatars from HTTP ... Introduction ============ This module serves avatars from local users who have one set in their vCard, see XEP-0054 and XEP-0153. Configuring =========== Simply load the module. Avatars are then available at http://<host>:5280/avatar/<username> modules_enabled = { ... "http_avatar"; } Compatibility ============= ------- -------------- trunk Works 0.11 Works 0.10 Should work ------- --------------