Modern XMPP project discussion - 2026-03-06


  1. 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?

  2. stratself

    i've heard something like using a pubsub node

  3. MattJ

    stratself: Yes, you can use a private PEP node

  4. MattJ

    https://xmpp.org/extensions/xep-0223.html

  5. MattJ

    This is an informational XEP which explains how

  6. 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

  7. 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)

  8. 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

  9. stratself

    i see, thanks, i was thinking the same. glad that's how it is