on the recent update of my progress i have already successfully established the connection to XMPP.
I would like to use the Atom Syndication Format for book mark data, I plan to add options to import and export these Atom files locally on the machine, not just on the server I have already started implementing serve-side encryption using OMEMO. I am investigating adding a last_updated timestamp to the bookmarks.json file to identify which bookmarks have changed. I will initially prioritize a full bookmark sync to ensure a working outcome, i need suggestions for the below working 1. When the server and the local machine have different versions of a bookmark, which should "win"? Should I implement a manual choice (e.g., "Server has priority" vs "Local has priority") or an automated "last-write-wins" approach? 2. Since I am using OMEMO, are there any specific concerns regarding how this might affect the local file export/import functionality?
