xmppo / xmpp-php

PHP client library for XMPP (Jabber) protocol
https://github.com/xmppo/xmpp-php
MIT License
45 stars 23 forks source link

List of supported XEPs #24

Open sjehuda opened 3 months ago

sjehuda commented 3 months ago

Greetings!

Do you have a list of supported XEPs?

Do you support PubSub? (i.e. XEP-0060: Publish-Subscribe)

Thanks in advance, Schimon

Norgul commented 3 months ago

Unfortunately not. That being said, I haven't been able to touch this repo for quite some time...

sjehuda commented 3 months ago

Thank you for your prompt respond!

It would be great to have PubSub support as it would allow to content publishers to host their contents on XMPP PubSub nodes.

Here are discussions about incorporating PubSub on PHP based projects which would be useful for "push" (so called) notifications (instead of http pulling), and for viewing contents directly from XMPP clients without html browser.

https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop/topic/XMPP.20and.20PubSub https://github.com/xenocrat/chyrp-lite/issues/250 https://github.com/FreshRSS/FreshRSS/discussions/6379