From ae9f80eb288996d126179733403bcaf9e86eb8ab Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Tue, 2 Jun 2026 09:15:09 -0300 Subject: [PATCH] rename some NIPs for clarity. --- 39.md | 4 ++-- 49.md | 4 ++-- 53.md | 4 ++-- 87.md | 6 +++--- 92.md | 4 ++-- README.md | 10 +++++----- 6 files changed, 16 insertions(+), 16 deletions(-) diff --git a/39.md b/39.md index 8a3247f7..29c08fea 100644 --- a/39.md +++ b/39.md @@ -1,8 +1,8 @@ NIP-39 ====== -External Identities in Profiles -------------------------------- +Linking Profiles to Other Platforms +----------------------------------- `draft` `optional` diff --git a/49.md b/49.md index 731f132d..2a871048 100644 --- a/49.md +++ b/49.md @@ -2,8 +2,8 @@ NIP-49 ====== -Private Key Encryption ----------------------- +Private Key Encryption (`ncryptsec`) +------------------------------------ `draft` `optional` diff --git a/53.md b/53.md index a0270e51..fec1df28 100644 --- a/53.md +++ b/53.md @@ -1,8 +1,8 @@ NIP-53 ====== -Live Activities ---------------- +Live Streaming and Spaces +------------------------- `draft` `optional` diff --git a/87.md b/87.md index 00100386..d9e172ae 100644 --- a/87.md +++ b/87.md @@ -1,8 +1,8 @@ NIP-87 ====== -Ecash Mint Discoverability --------------------------------- +Cashu and Fedimint Discoverability +---------------------------------- `draft` `optional` @@ -56,7 +56,7 @@ This is used to correctly point to the mint's `kind:38173`/`kind:38172` event in The content can be used to give a review. -## Ecash Mint Information +## Mint Information Cashu mints SHOULD publish `kind:38172` events to announce their capabilities and how to connect to them. diff --git a/92.md b/92.md index d43035de..14902c31 100644 --- a/92.md +++ b/92.md @@ -1,8 +1,8 @@ NIP-92 ====== -Media Attachments Metadata --------------------------- +Media Attachments Metadata (`imeta`) +------------------------------------ Media attachments (images, videos, and other files) may be added to events by including a URL in the event content, along with a matching `imeta` tag. diff --git a/README.md b/README.md index d7075e46..c9e40cb7 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ NIPs listed here are not a protocol checklist. Nothing forces any software to im - [NIP-36: Sensitive Content](36.md) - [NIP-37: Draft Events](37.md) - [NIP-38: User Statuses](38.md) -- [NIP-39: External Identities in Profiles](39.md) +- [NIP-39: Linking Profiles to Other Platforms](39.md) - [NIP-40: Expiration Timestamp](40.md) - [NIP-42: Authentication of clients to relays](42.md) - [NIP-43: Relay Access Metadata and Requests](43.md) @@ -65,11 +65,11 @@ NIPs listed here are not a protocol checklist. Nothing forces any software to im - [NIP-46: Nostr Remote Signing](46.md) - [NIP-47: Nostr Wallet Connect](47.md) - [NIP-48: Bridged Events](48.md) -- [NIP-49: Private Key Encryption](49.md) +- [NIP-49: Private Key Encryption (`ncryptsec`)](49.md) - [NIP-50: Search Capability](50.md) - [NIP-51: Lists](51.md) - [NIP-52: Calendar Events](52.md) -- [NIP-53: Live Activities](53.md) +- [NIP-53: Live Streaming and Spaces](53.md) - [NIP-54: Wiki](54.md) - [NIP-55: Android Signer Application](55.md) - [NIP-56: Reporting](56.md) @@ -96,11 +96,11 @@ NIPs listed here are not a protocol checklist. Nothing forces any software to im - [NIP-84: Highlights](84.md) - [NIP-85: Trusted Assertions](85.md) - [NIP-86: Relay Management API](86.md) -- [NIP-87: Ecash Mint Discoverability](87.md) +- [NIP-87: Cashu and Fedimint Discoverability](87.md) - [NIP-88: Polls](88.md) - [NIP-89: Recommended Application Handlers](89.md) - ~~[NIP-90: Data Vending Machines](90.md) --- **unrecommended**: this got totally out of control, prefer use-case-specific microstandards~~ -- [NIP-92: Media Attachments Metadata](92.md) +- [NIP-92: Media Attachments Metadata (`imeta`)](92.md) - [NIP-94: File Metadata](94.md) - ~~[NIP-96: HTTP File Storage Integration](96.md) --- **unrecommended**: replaced by Blossom~~ - [NIP-98: HTTP Auth](98.md)