mod_atom/README.markdown
author marc0s <marcos.devera@quobis.com>
Fri, 29 Mar 2019 17:06:18 +0100
changeset 3504 e86315c9b5c4
parent 3261 f09d92579158
child 3578 f478e325529e
permissions -rw-r--r--
offline_hints: discard no-store hinted messages at mod_offline This module will hook `message/offline/handle` and will skip offline storage for messages hinted with `no-store` or `no-permanent-store`.

# 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".