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 #3256

Closed
sjehuda opened this issue Apr 17, 2024 · 3 comments
Closed

XMPP: Post to PubSub #3256

sjehuda opened this issue Apr 17, 2024 · 3 comments
Labels
enhancement: plugin enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.

Comments

@sjehuda
Copy link

sjehuda commented Apr 17, 2024

Is your feature request related to a problem? Please describe.

I want to publish my 11ty contents over PubSub node items on my XMPP server.

Describe the solution you'd like

Add support to post to pubsub node items using Moxl library.

Describe alternatives you've considered

There are no alternatives in a form of a plugin.

Additional context

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. blog@11ty.dev), yet a component account (e.g. pubsub.11ty.dev) may use all of its nodes for this purpose.

pubsub.11ty.dev/
|
|-- updates/
    |-- Sombre
     `-- Varied
|-- releases/
 `-- events/
pubsub service/
|
|-- node/
    |-- item
     `-- item
|-- node/
 `-- node/

A PHP library that can be utilized would be Moxl of Movim.

I have made a script that realizes viewing PubSub node items as Atom XML feeds over HTTP.

  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. Moxl
  7. PubSub Over HTTP
@zachleat zachleat added needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved. enhancement: plugin labels May 28, 2024
@zachleat
Copy link
Member

This repository is now using lodash style issue management for enhancements. This means enhancement issues will now be closed instead of leaving them open.

View the enhancement backlog here. Don’t forget to upvote the top comment with 👍!

@zachleat zachleat closed this as not planned Won't fix, can't repro, duplicate, stale May 28, 2024
@sjehuda
Copy link
Author

sjehuda commented May 29, 2024

Please reopen it. The effort is small in comparison to the result.

Wrong reference:

A PHP library that can be utilized would be Moxl of Movim.

There are JS libraries

@zachleat
Copy link
Member

This issue is on the enhancement queue. It needs upvotes!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement: plugin enhancement needs-votes A feature request on the backlog that needs upvotes or downvotes. Remove this label when resolved.
Projects
None yet
Development

No branches or pull requests

2 participants