upleb.uk

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

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--11.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/11.md b/11.md
index 8a15a26..8229bd4 100644
--- a/11.md
+++ b/11.md
@@ -21,6 +21,10 @@ When a relay receives an HTTP(s) request with an `Accept` header of `application
21 "supported_nips": <a list of NIP numbers supported by the relay>, 21 "supported_nips": <a list of NIP numbers supported by the relay>,
22 "software": <string identifying relay software URL>, 22 "software": <string identifying relay software URL>,
23 "version": <string version identifier> 23 "version": <string version identifier>
24 "privacy_policy": <a link to a text file describing the relay's privacy policy>,
25 "terms_of_service": <a link to a text file describing the relay's term of service>,
26
27
24} 28}
25``` 29```
26 30
@@ -74,6 +78,16 @@ The relay server implementation MAY be provided in the `software` attribute. If
74 78
75The relay MAY choose to publish its software version as a string attribute. The string format is defined by the relay implementation. It is recommended this be a version number or commit identifier. 79The relay MAY choose to publish its software version as a string attribute. The string format is defined by the relay implementation. It is recommended this be a version number or commit identifier.
76 80
81### Privacy Policy
82
83The relay owner/admin MAY choose to link to a privacy policy document, which describes how the relay utilizes user data. Data collection, data usage, data retention, monetization of data, and third party data sharing SHOULD be included.
84
85### Terms of Service
86
87The relay owner/admin MAY choose to link to a terms of service document.
88
89
90
77Extra Fields 91Extra Fields
78------------ 92------------
79 93