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

Open
2 tasks done
sjehuda opened this issue Apr 17, 2024 · 0 comments
Open
2 tasks done

XMPP: Post to PubSub #758

sjehuda opened this issue Apr 17, 2024 · 0 comments

Comments

@sjehuda
Copy link

sjehuda commented Apr 17, 2024

Description
I want to publish my podcast contents over PubSub node items on my XMPP server.

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

pubsub.getgrav.org/
|
|-- 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

Motivation
Publishing my podcast on my XMPP server or XMPP account would help in:

  1. More exposure.
  2. (If one does not have a server of his own) being able to publish to own account without having to have my own server/website.

Legal aspect

  • I am the inventor of this idea or the idea is public domain
  • I release this idea into the public domain
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant