mod_muc_webchat_url: Fix default url
[prosody-modules.git] / mod_atom / README.markdown
blob81123597a79929642824823e322aaf517791e982
1 # Introduction
3 This module exposes users [microblogging][xep277] on Prosodys built-in HTTP server.
5 # Usage
7 With default HTTP settings, the microblog of `user@example.com` would be
8 seen at `https://example.com:5281/atom/user`.
10 # Configuration
12 The module itself has no options. However it uses the access control
13 mechanisms in PubSub, so users must reconfigure their microblogging node
14 to allow access, by setting `access_model` to `open`.
15 E.g. Gajim has UI for this, look for "Personal Events" → "Configure
16 services".