upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/15.md
diff options
context:
space:
mode:
authorfiatjaf <fiatjaf@gmail.com>2023-04-09 08:50:24 -0300
committerfiatjaf <fiatjaf@gmail.com>2023-04-09 08:50:24 -0300
commitfb5b7c739ff92cec4962990aa99c54fac9f5de81 (patch)
treee20260d2ed02c68cb9741577b424fc573f474592 /15.md
parentdee546ed9ead06135522307c7effafb8e7095afd (diff)
merge NIP-15 into NIP-01.
Diffstat (limited to '15.md')
-rw-r--r--15.md21
1 files changed, 0 insertions, 21 deletions
diff --git a/15.md b/15.md
deleted file mode 100644
index 081a97d..0000000
--- a/15.md
+++ /dev/null
@@ -1,21 +0,0 @@
1NIP-15
2======
3
4End of Stored Events Notice
5---------------------------
6
7`final` `optional` `author:Semisol`
8
9Relays may support notifying clients when all stored events have been sent.
10
11If a relay supports this NIP, the relay SHOULD send the client a `EOSE` message in the format `["EOSE", <subscription_id>]` after it has sent all the events it has persisted and it indicates all the events that come after this message are newly published.
12
13Client Behavior
14---------------
15
16Clients SHOULD use the `supported_nips` field to learn if a relay supports end of stored events notices.
17
18Motivation
19----------
20
21The motivation for this proposal is to reduce uncertainty when all events have been sent by a relay to make client code possibly less complex.