upleb.uk

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

summaryrefslogtreecommitdiff
path: root/01.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 /01.md
parentdee546ed9ead06135522307c7effafb8e7095afd (diff)
merge NIP-15 into NIP-01.
Diffstat (limited to '01.md')
-rw-r--r--01.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/01.md b/01.md
index 4cfdd35..8efb8ec 100644
--- a/01.md
+++ b/01.md
@@ -4,7 +4,7 @@ NIP-01
4Basic protocol flow description 4Basic protocol flow description
5------------------------------- 5-------------------------------
6 6
7`draft` `mandatory` `author:fiatjaf` `author:distbit` `author:scsibug` `author:kukks` `author:jb55` 7`draft` `mandatory` `author:fiatjaf` `author:distbit` `author:scsibug` `author:kukks` `author:jb55` `author:semisol`
8 8
9This NIP defines the basic protocol that should be implemented by everybody. New NIPs may add new optional (or mandatory) fields and messages and features to the structures and flows described here. 9This NIP defines the basic protocol that should be implemented by everybody. New NIPs may add new optional (or mandatory) fields and messages and features to the structures and flows described here.
10 10
@@ -89,7 +89,8 @@ The `limit` property of a filter is only valid for the initial query and can be
89Relays can send 2 types of messages, which must also be JSON arrays, according to the following patterns: 89Relays can send 2 types of messages, which must also be JSON arrays, according to the following patterns:
90 90
91 * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients. 91 * `["EVENT", <subscription_id>, <event JSON as defined above>]`, used to send events requested by clients.
92 * `["NOTICE", <message>]`, used to send human-readable error messages or other things to clients. 92 * `["EOSE", <subscription_id>]`, used to indicate the _end of stored events_ and the beginning of events newly received in real-time.
93 * `["NOTICE", <message>]`, used to send human-readable error messages or other things to clients.
93 94
94This NIP defines no rules for how `NOTICE` messages should be sent or treated. 95This NIP defines no rules for how `NOTICE` messages should be sent or treated.
95 96