-
stratself
where do you all store client configuration files? Like for example if I were to sync my preferences to use dark themes across clients, whats the best way to go about it?
-
stratself
i've heard something like using a pubsub node
-
MattJ
stratself: Yes, you can use a private PEP node
-
MattJ
https://xmpp.org/extensions/xep-0223.html
-
MattJ
This is an informational XEP which explains how
-
stratself
thanks. So that's how group bookmarks are stored has it ever been done before for other stuff like the client configs I was talking about? last I heard there were some agreements at the Summit, but not sure about practicals
-
MattJ
Yes, it has been done since the dawn of time (though before pubsub was invented it used a different protocol which is now deprecated)
-
MattJ
So you just pick a node name that is unique to your client, and then everything you put inside the <item> element is up to you
-
stratself
i see, thanks, i was thinking the same. glad that's how it is