I was on the beta testing team and have been using Beeper for a little over two years now.

The convenience of having an application to house all of your chat networks is amazing.

  • Geronimo Wenja@agora.nop.chat
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 months ago

    The bridges are all open source, and they use matrix synapse as their server installation - though their client is a closed source fork of element with changes. You can use any matrix client to connect to it, and they say it’s a standard synapse setup.

    If privacy is a concern, bringing your own client should remove that concern as the rest is open source. It’s also e2e encrypted, as any matrix server is.

    I self host my own matrix homeserver with bridges set up using their code. The only bit of their stack I can’t use is the client. I don’t like that that’s closed source, that’s frustrating.

    Edit: while writing this two more people made the same comment. Sorry!

    • jarfil@beehaw.org
      link
      fedilink
      arrow-up
      0
      ·
      11 months ago

      closed source fork of element with changes

      🚩🚩🚩

      e2e encrypted

      More like “e2mitm2e” encrypted, with the mitm being the bridges.

      If the target network doesn’t support encryption, that’s “e2mitm2null”… does it at least alert you in that case?

      • krolden@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        11 months ago

        Then run your own matrix instance with these bridges that they maintain for the community.

        • jarfil@beehaw.org
          link
          fedilink
          arrow-up
          1
          ·
          11 months ago

          That still doesn’t fix the e2e problem. Just because only me, and let’s hope not too many others who manage to break into the instance, can mitm everything, doesn’t make the mitm go away.

          There really should be a standard, or at least a set of standards, on how to do e2e, so the bridges would only need to route the messages.