Mercurial > prosody-modules
comparison mod_http_pep_avatar/README.markdown @ 4615:451514e2d369
mod_http_pep_avatar: Fix name of module in example
README was copied from mod_http_avatar, probably forgot to update that.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 06 Jul 2021 21:12:56 +0200 |
parents | 1396ce148073 |
children |
comparison
equal
deleted
inserted
replaced
4614:5d494dba9c02 | 4615:451514e2d369 |
---|---|
12 Simply load the module. Avatars are then available at | 12 Simply load the module. Avatars are then available at |
13 `http://<host>:5280/pep_avatar/<username>` | 13 `http://<host>:5280/pep_avatar/<username>` |
14 | 14 |
15 modules_enabled = { | 15 modules_enabled = { |
16 ... | 16 ... |
17 "http_avatar"; | 17 "http_pep_avatar"; |
18 } | 18 } |
19 | 19 |
20 # Access | 20 # Access |
21 | 21 |
22 Users must [configure] their Avatar PEP nodes to be public, otherwise | 22 Users must [configure] their Avatar PEP nodes to be public, otherwise |