• Alas Poor Erinaceus
    link
    fedilink
    English
    22 months ago

    Could you explain/elaborate to a know-nothing (me) on the following from your link?:

    Caveats of federation: Metadata leaking

    When using federation, Matrix’s room states (containing a lot of Metadata) get replicated and stored indefinitely on every homeserver any user connects with or connects to. While this is a feature for enabling distributed chat rooms, it comes at a serious privacy cost.

    To avoid this, you can either disable federation, or make sure that your users signed up with no linkable identifiers other than their user names.

    • poVoq
      link
      fedilink
      52 months ago

      Matrix is not really a chat system, but rather a distributed database that pretends to be a chat system. As a result all servers participating in a room get a full copy of the room metadata all the way back to when the room was created, which is a serious privacy issue.

      This is not a general problem of federated systems though, and XMPP for example basically only shares the metadata that other participating servers strictly need to function.

    • davel [he/him]OP
      link
      fedilink
      English
      42 months ago

      I’ve never looked into how Matrix works at all, so I can’t really speak to that.