-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Not just Nostr...
Greetings!
In XMPP, using PubSub(1) (XEP-0060), it is possible to store posts as Atom Syndication(2) entries into XMPP(3).
There are several XMPP extensions that apply it, namely XEP-0227 (4) and XEP-0472 (5) which make node urn:xmpp:microblog:0 as a common choice to manage news for client accounts (e.g. [email protected]), yet a component account (e.g. pubsub.blogo.site) may use all of its nodes for this purpose.
pubsub.blogo.site/
|
|-- updates/
|-- Sombre
`-- Varied
|-- releases/
`-- events/
pubsub service/
|
|-- node/
|-- item
`-- item
|-- node/
`-- node/
A go library that can be utilized would be go-xmpp.
I have made a script that realizes viewing PubSub node items as Atom XML feeds over HTTP.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request