Mercurial > prosody-modules
comparison mod_atom/README.markdown @ 3574:f478e325529e
mod_atom/README: Add some text about where to look for the atom feed
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Sun, 05 May 2019 09:21:25 +0200 |
parents | f09d92579158 |
children |
comparison
equal
deleted
inserted
replaced
3573:5dd505c39c4b | 3574:f478e325529e |
---|---|
1 # Introduction | 1 # Introduction |
2 | 2 |
3 This module exposes users [microblogging][xep277] on Prosodys built-in HTTP server. | 3 This module exposes users [microblogging][xep277] on Prosodys built-in HTTP server. |
4 | |
5 # Usage | |
6 | |
7 With default HTTP settings, the microblog of `user@example.com` would be | |
8 seen at `https://example.com:5281/atom/user`. | |
4 | 9 |
5 # Configuration | 10 # Configuration |
6 | 11 |
7 The module itself has no options. However it uses the access control | 12 The module itself has no options. However it uses the access control |
8 mechanisms in PubSub, so users must reconfigure their microblogging node | 13 mechanisms in PubSub, so users must reconfigure their microblogging node |