From 58eb479c3b7edf3a415d7ca6e30b7126b8659a3d Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Sun, 31 Mar 2024 11:43:16 -0400 Subject: [PATCH] Strengthening the compliance --- 63.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/63.md b/63.md index 45aa5345..3c1b3129 100644 --- a/63.md +++ b/63.md @@ -38,11 +38,11 @@ They are submitted to supporting relays via `SREQ` command, with the following f Supporting relays interpret the `filter` tags in the same way they do with `REQ` while automatically authenticating the signer. -Supporting relays MUST authenticate the `authorized` key if present. +Relays MUST authenticate the `authorized` key if present. -Relays MAY reject these filters based on `created_at`. +Relays MUST verify if they are included in the `relays` list if present. -An expiration tag MAY be used to limit the reuse of the filter. +Relays MUST comply with the `expiration` to limit the reuse of the filter. ## Motivation