mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 00:25:50 -05:00
Smalll clarification on application messages
This commit is contained in:
parent
d9e704ac7a
commit
dd754e22a1
2
104.md
2
104.md
|
@ -270,7 +270,7 @@ Application messages are the messages that are sent within the group by members.
|
|||
|
||||
This means that once the application message has been decrypted and deserialized, clients can store those events and treat them as any other Nostr event, effectively creating a private Nostr feed of the group's activity and taking advantage of all the features of Nostr.
|
||||
|
||||
The Nostr event MUST use the member's Nostr identity key for the `pubkey` field and clients MUST check that the identity of them member who sent the message matches the pubkey of the inner Nostr event.
|
||||
These inner unsigned Nostr events MUST use the member's Nostr identity key for the `pubkey` field and clients MUST check that the identity of them member who sent the message matches the pubkey of the inner Nostr event.
|
||||
|
||||
These Nostr events MUST remain **unsigned** to ensure that if they were to leak to relays they would not be published publicly. These Nostr events MUST not include any "h" tags or other tags that would identify the group that they belong to.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user