Software /
code /
prosody-modules
Changeset
3257:f09d92579158
mod_atom: Add a brief README
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Fri, 24 Aug 2018 16:16:30 +0200 |
parents | 3256:0992c0398783 |
children | 3258:85e3117b2b60 |
files | mod_atom/README.markdown |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_atom/README.markdown Fri Aug 24 16:16:30 2018 +0200 @@ -0,0 +1,12 @@ +# Introduction + +This module exposes users [microblogging][xep277] on Prosodys built-in HTTP server. + +# Configuration + +The module itself has no options. However it uses the access control +mechanisms in PubSub, so users must reconfigure their microblogging node +to allow access, by setting `access_model` to `open`. +E.g. Gajim has UI for this, look for "Personal Events" → "Configure +services". +