The other day I switched Linux distros, wiped disk, and somehow realised that OMEMO is a weird freaky thing and now I cannot see any message from my computer, even though I have everything visible on my Conversations Android app.

I don’t want to get angry again, but… yeah, this is terrible, terrible UX. Seems like OMEMO somehow encrypts for each device differently, and now all messages are “locked”. Which is weird, because messages are still there, just “locked”.

Can I somehow import a backup from my Android app? Is there anything that can be done? My guess is that, probably not, otherwise I would have gotten a popup or something in the login process, “would you like to sync your messages?”, but nothing happened.

XMPP supremacists, please! Give me a solution! I was organizing important projects with multiple people. Getting locked out of all that information is terrible.

Otherwise, then I really feel I can see XMPP disappearing now… and for a very good reason.

  • leetnewb@beehaw.org
    link
    fedilink
    arrow-up
    3
    ·
    1 day ago

    I’m not saying that you need to understand every aspect of how something works to use it, but OMEMO provides forward secrecy - it is in the first paragraph of the wikipedia article. Delta Chat explicitly does not. Finding the right tool for your needs/expectations is important. We don’t blame a hammer for failing to cut wood.

  • glitching@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 days ago

    it’s a super-shitty experience, both on XMPP and Matrix, and you touched only on one of the aspects. and that’s not even the bad part. the bad part is nothing better is on the horizon.

    so what you gotta do is put on your big boy pants, sit down and figure this shit out. here’s where I made I misstep, let’s figure out how to do redundant backups and seamless restore accross devices. etc.

    because, this is it. there is nothing better coming, you gotta learn how to make do with the tech we have. offloading your shit to benevolent dictators and hoping everything will be fine is not a strategy,

    • unknowing8343@discuss.tchncs.deOP
      link
      fedilink
      arrow-up
      1
      ·
      edit-2
      2 days ago

      Actually, I’ve tried DeltaChat, and it does seem to do everything right. It still needs some features, but it’s advancing fast and it’s already pretty usable, and device sync is amazing.

      In terms of Matrix, yeah it’s not the best experience right now, but I guess it can still be fixable. XMPP has just too much technical debt and fragmentation, it seems.

      • glitching@lemmy.ml
        link
        fedilink
        arrow-up
        2
        ·
        1 day ago

        I run all three of those (delta on hosted IMAP servers, matrix synapse, prosody for XMPP) for various clients and each has its own issues that need work. with deltachat there is no fallback if the project stops or gets taken over or whatever. with XMPP at least you have options, this client, that client, etc. as well as decades long development. based on that, some free advice (worth what you paid for it) - don’t give up on XMPP just yet. good luck.

  • projectmoon@forum.agnos.is
    link
    fedilink
    arrow-up
    9
    ·
    3 days ago

    OMEMO by design does not allow old messages to be decrypted by a new device. However, anything going forward should sync between all XMPP clients that implement proper XEPs. The server also has to support the XEPs. But if you’re using OMEMO, then you should also already have the other XEPs required for proper messaging experience. Specifically, the XEP for syncing messages across clients is Message Carbons.

    Matrix is able to decrypt past messages on new devices, but that’s because it stores your keys (encrypted) on the server and does a bunch of funky key fetching and passing between sessions to allow message decryption from new verified sessions. OMEMO does not have this function.