Signal has announced new functionality in its upcoming beta releases, allowing users to transfer messages and media when linking their primary Signal device to a new desktop or iPad. This feature offers the choice to carry over chats and the last 45 days of media, or to start fresh with only new messages.

The transfer process is end-to-end encrypted, ensuring privacy. It involves creating a compressed, encrypted archive of your Signal data, which is then sent to the new device via Signal’s servers. Despite handling the transfer, the servers cannot access the message content due to the encryption.

With the introduction of a cross-platform archive format, Signal is also exploring additional tools for message transfer to new devices or restoration in case of device loss or damage. Users can begin testing this feature soon, with a wider rollout expected in the coming weeks.

    • poVoq@slrpnk.net
      link
      fedilink
      English
      arrow-up
      7
      ·
      2 days ago

      XMPP basically uses the same end to end encyption method as Signal, but due to it not being mandatory some things are easier but come with the footgun that you can accidentially disable it (but it is enabled by default in most modern xmpp clients).

      Otherwise: since XMPP federates more servers can theoretically see some metadata, but since most servers are small and community run there isn’t a single big target like with Signal where you can siphon off all the metadata. So you can make arguments for both. XMPP: more meta data but decentralized, Signal: less metadata but all in one place.

    • bisby@lemmy.world
      link
      fedilink
      English
      arrow-up
      2
      ·
      2 days ago

      XMPP has been an option for decades, if your contacts aren’t using it by now, they arent going to. And with communications tools, both parties have to agree on a tool. Even if one party doesn’t care about privacy or security.

      Raw brute force security isn’t the point most of the time, and ease of use and simplicity of setup are going to be major factors in adoption. Signal is much easier to get started with for most people than XMPP.

      • EngineerGaming@feddit.nl
        link
        fedilink
        English
        arrow-up
        1
        ·
        2 days ago

        Yeah. If the contact would be installing a whole new client to communicate with you anyway, why not make it an XMPP one? I got my mom to use it like this.

        I did hear that the implementation of the encryption isn’t as good as in Signal (and most clients also use an older version of it), but from my understanding - not in any way critically so.

        • ᗪᗩᗰᑎ@sh.itjust.works
          link
          fedilink
          English
          arrow-up
          2
          ·
          1 day ago

          XMPP only does message encryption. Signal has spent tons of engineering time and effort to minimize the collection of metadata, not just encryption of message content.

          • EngineerGaming@feddit.nl
            link
            fedilink
            English
            arrow-up
            1
            ·
            24 hours ago

            Yeah, true! However, you also have to trust their server not to log what is available to them (including your whole social graph), while with XMPP you can SSH into your server and see that its retention is exactly as you expected. But yeah, the issue remains when interacting with other servers - tho even then there the data is more evenly distributed between different servers with different owners.