You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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. [email protected]), yet a component account (e.g. pubsub.openrat.de) may use all of its nodes for this purpose.
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.[email protected]
), yet a component account (e.g.pubsub.openrat.de
) may use all of its nodes for this purpose.A PHP library that can be utilized would be Moxl of Movim.
I have made a script(7) and a project(8) that realize viewing of PubSub node items as Atom XML feeds over HTTP.
xmpp:[email protected]?join
([email protected]
)The text was updated successfully, but these errors were encountered: