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@writefreely.org), yet a component account (e.g. pubsub.writefreely.org) may use all of its nodes for this purpose.
As Iām running OpenFire XMPP, Iād be very interested in what your doing but Iām not very good at this stuff. (I can do PHP all day, but XMPP and JS are not easy for me).
It looks like you might be using XMPP for comments, maybe?
As Iām running OpenFire XMPP, Iād be very interested in what your
doing but Iām not very good at this stuff. (I can do PHP all day, but
XMPP and JS are not easy for me).
I can assist at any time. Albeit, I code in Python, mostly.
It looks like you might be using XMPP for comments, maybe?
Do you mean, myself to post to this thread?
Or do you as whether it is possible to use PubSub for comments too?
It is indeed posible to use the PubSub system for both publishing posts
and comments.
I can do PHP all day, but XMPP and JS are not easy for me.
For PHP, there is a duscussion at project Chyrp Lite
Do not get excited about the image I have posted there. It was only to
realize that there is a little challenge of XMPP and PHP, due to a lack
of prevelency.
Because, I suppose, Write is not constantly running, it is surely
possible to add code to send data to XMPP PubSub node on demand.
I wonder why then I have not posted a reference to PHP instead.
I was reading someplace how someone was working with Matrix to be an ActivityPub DM. That gave me the idea that people could post comments in WriteFreely and it could go a XMPP group or something like that maybe.
Mostly, our network uses PHP. I suck with anything else. Last week, I got WriteFreely working by having a Public system with read only access and a privet system that is only available to our LAN/VPN people.
The problem is I get lost with OpenFire and other languages. Iāve installed that PubSub to our system but that is as far as Iāve gotten before I got lost again.
So, if you would like, we can chat @ xmpp:bob@mpaq.orgENCRYPTED even
Note: Iāve also seen how someone was able to make dynamic links to other blogs using JS but Iāve not figured that out yet and since its just my blogs at the moment, that is on hold.