You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chat.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ Encryption is done following [NIP-44](https://github.com/nostr-protocol/nips/blo
65
65
66
66
## Other considerations
67
67
68
-
Clients MUST attach a certain amount of proof-of-work to the wrapper event per [NIP-13](https://github.com/nostr-protocol/nips/blob/master/13.md) in a bid to demonstrate that the event is not spam or a denial-of-service attack.
68
+
Clients optionally can attach a certain amount of proof-of-work to the wrapper event per [NIP-13](https://github.com/nostr-protocol/nips/blob/master/13.md) in a bid to demonstrate that the event is not spam or a denial-of-service attack to relays, this is not mandatory.
69
69
70
70
The canonical `created_at` time belongs to the inner event. The wrapper timestamp SHOULD be tweaked to thwart time-analysis attacks. Note that some relays don't serve events dated in the future, so all timestamps SHOULD be in the past.
71
71
@@ -206,4 +206,4 @@ pub async fn mostro_unwrap(
206
206
}
207
207
```
208
208
209
-
More details about this implementation can be found in this [repository](https://github.com/grunch/mostro-mediator).
209
+
More details about this implementation can be found in this [repository](https://github.com/MostroP2P/mostro-chat).
0 commit comments