# HG changeset patch # User Kim Alvefur # Date 1535120190 -7200 # Node ID f09d92579158c73257278b9e36e4e226b28488c8 # Parent 0992c039878389f290085e22668195f83197da12 mod_atom: Add a brief README diff -r 0992c0398783 -r f09d92579158 mod_atom/README.markdown --- /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". +