Comparison

mod_atom/README.md @ 6209:d611ed13df7e draft

Merge
author Trần H. Trung <xmpp:trần.h.trung@trung.fun>
date Tue, 18 Mar 2025 00:16:25 +0700
parent 3574:mod_atom/README.markdown@f478e325529e
comparison
equal deleted inserted replaced
6208:e20901443eae 6209:d611ed13df7e
1 # Introduction
2
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`.
9
10 # Configuration
11
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".
17