From d0ae8de7086ef76a5a140ef3e78451e2d4431b45 Mon Sep 17 00:00:00 2001 From: pentreathm Date: Mon, 28 Oct 2024 12:00:40 -0300 Subject: [PATCH] Update content/ADR-204-comms-architecture.md Co-authored-by: Alejo Thomas Ortega Signed-off-by: pentreathm --- content/ADR-204-comms-architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ADR-204-comms-architecture.md b/content/ADR-204-comms-architecture.md index dbb56c9a..95c4d46d 100644 --- a/content/ADR-204-comms-architecture.md +++ b/content/ADR-204-comms-architecture.md @@ -187,7 +187,7 @@ participant L as LiveKit ## Protocol Messages -The protocol messages for profiles, positions, and updates have been optimized for client performance, aiming to minimize data transmission through the channels. In this new implementation, profiles are no longer sent through the island and are instead retrieved from the Catalyst network. When a user updates their profile, a notification is sent, and the updated profile is downloaded from the servers. This approach ensures that avatar impersonation is prevented, as the signed profile is retrieved from a trusted Catalyst node. +The protocol messages for profiles, positions, and updates have been optimized for client performance, aiming to minimize data transmission through the channels. In this new implementation, profiles' data is no longer sent through the island and is instead retrieved from the Catalyst network. When a user updates their profile, a notification is sent, and the updated profile is downloaded from the servers. This approach ensures that avatar impersonation is prevented, as the signed profile is retrieved from a trusted Catalyst node. TBD