diff options
Diffstat (limited to '16.md')
| -rw-r--r-- | 16.md | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -8,6 +8,11 @@ Event Treatment | |||
| 8 | 8 | ||
| 9 | Relays may decide to allow replaceable and/or ephemeral events. | 9 | Relays may decide to allow replaceable and/or ephemeral events. |
| 10 | 10 | ||
| 11 | Regular Events | ||
| 12 | ------------------ | ||
| 13 | A *regular event* is defined as an event with a kind `1000 <= n < 10000`. | ||
| 14 | Upon a regular event being received, the relay SHOULD send it to all clients with a matching filter, and SHOULD store it. New events of the same kind do not affect previous events in any way. | ||
| 15 | |||
| 11 | Replaceable Events | 16 | Replaceable Events |
| 12 | ------------------ | 17 | ------------------ |
| 13 | A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. | 18 | A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. |