diff options
| -rw-r--r-- | 42.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -35,7 +35,9 @@ And, when sent by clients, of the following form: | |||
| 35 | ``` | 35 | ``` |
| 36 | 36 | ||
| 37 | The signed event is an ephemeral event not meant to be published or queried, it must be of `kind: 22242` and it should have at least two tags, | 37 | The signed event is an ephemeral event not meant to be published or queried, it must be of `kind: 22242` and it should have at least two tags, |
| 38 | one for the relay URL and one for the challenge string as received from the relay. `created_at` should be the current time. Example: | 38 | one for the relay URL and one for the challenge string as received from the relay. |
| 39 | Relays MUST exclude `kind: 22242` events from being broadcasted to any client. | ||
| 40 | `created_at` should be the current time. Example: | ||
| 39 | 41 | ||
| 40 | ```json | 42 | ```json |
| 41 | { | 43 | { |