diff options
| author | Leo Wandersleb <leo@leowandersleb.de> | 2023-01-11 00:05:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 00:05:15 -0300 |
| commit | 60741160535de8137fb7a74bd6561adef974b884 (patch) | |
| tree | d15d45735adf3dee4610afed13b84be6db4c041a | |
| parent | 6a70967f0eb6e7b00fc811e34631f8db046d6e1f (diff) | |
Update 42.md
Co-authored-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
| -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 | { |