Greetings, Tedd. Yes, an account as a service could be a solution, if that is what you mean. I would consider it for comments system in projects Rivista. I do sense that an approval mechanism or a write-only PubSub service would be of good use as well. Thank you, Schimon On Wed, 28 May 2025 12:24:10 +0000 Tedd Sterr <teddsterr@outlook.com> wrote:
Users send messages with type='normal' to "messageboard@yourservice.example", use threads (XEP-0201) to track replies for a given subject; admin receives messages on that JID and approves/rejects them, which they can then forward to the appropriate pubsub service. Users who are subscribed to any of these pubsub nodes will receive updates.
________________________________ Write-only PubSub service -------------------------
Is it possible to set a write-only PubSub service?
Such PubSub service would be accessible to administrators and be utilized to approve or disapprove messages.
Approved messages to public PubSub ----------------------------------
If a message is approved, then an administrator would be able to forward it to a PubSub service which is dedicated for public discussion.
Do you have any opinions on this?