Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XMPP: Post to PubSub #290

Open
sjehuda opened this issue Aug 30, 2024 · 5 comments
Open

XMPP: Post to PubSub #290

sjehuda opened this issue Aug 30, 2024 · 5 comments

Comments

@sjehuda
Copy link

sjehuda commented Aug 30, 2024

Describe the feature

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 xmpp:microblog:0 as a common choice to manage news for client accounts (e.g. [email protected]), yet a component account (e.g. pubsub.ablog.i2p) may use all of its nodes for this purpose.

pubsub.ablog.i2p/
|
|-- updates/
    |-- Sombre
     `-- Varied
|-- releases/
 `-- events/
pubsub service/
|
|-- node/
    |-- item
     `-- item
|-- node/
 `-- node/

Proposed solution

I have posted this ticket to multiple projects.

I am willing to work on this feature.


I have made a software currently it is a read-only system) that realizes viewing PubSub node items as Atom XML feeds over HTTP(6).

  1. XEP-0060: Publish-Subscribe
  2. RFC 4287: The Atom Syndication Format
  3. Atom Over XMPP
  4. XEP-0277: Microblogging over XMPP
  5. XEP-0472: Pubsub Social Feed
  6. The Rivista Publication Project You should see it (including screenshots)
@nabobalis
Copy link
Contributor

nabobalis commented Sep 5, 2024

Hi @sjehuda,

Do you know how much effort this would be to add to Ablog?

@sjehuda
Copy link
Author

sjehuda commented Sep 5, 2024 via email

@nabobalis
Copy link
Contributor

To be honest, while I used to maintain this library. I am not really versed on how it works and adding new features.

@sjehuda
Copy link
Author

sjehuda commented Sep 6, 2024 via email

@nabobalis
Copy link
Contributor

I actually don't know where the code is for those two parts. I am trying to re template the package interaly, so when I have a better idea of those. Hopefully I can tell you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants