rename file

This commit is contained in:
pablof7z 2023-07-25 17:20:24 +03:00
parent 7231035060
commit 948ee24775
2 changed files with 4 additions and 1 deletions

View File

@ -417,7 +417,6 @@ that would interest pubkey `pubkey1`.
| `processing` | Service Provider is processing the job. |
| `error` | Service Provider was unable to process the job. |
| `success` | Service Provider successfully processed the job. |
| `failure` | Service Provider failed to process the job. |
| `partial` | Service Provider partially processed the job. The `.content` might include a sample of the partial results. |
Any job feedback event MIGHT include results in the `.content` field, as described in the [Job Result](#job-result) section. This is useful for service providers to provide a sample of the results that have been processed so far.

View File

@ -64,6 +64,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
- [NIP-65: Relay List Metadata](65.md)
- [NIP-78: Application-specific data](78.md)
- [NIP-89: Recommended Application Handlers](89.md)
- [NIP-90: Data Vending Machines](90.md)
- [NIP-94: File Metadata](94.md)
- [NIP-98: HTTP Auth](98.md)
@ -110,6 +111,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `30078` | Application-specific Data | [78](78.md) |
| `31989` | Handler recommendation | [89](89.md) |
| `31990` | Handler information | [89](89.md) |
| `65000` | Job Feedback | [90](90.md) |
| `65001` | Job Result | [90](90.md) |
### Event Kind Ranges
@ -119,6 +122,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `10000`--`19999` | Replaceable Events | [16](16.md) |
| `20000`--`29999` | Ephemeral Events | [16](16.md) |
| `30000`--`39999` | Parameterized Replaceable Events | [33](33.md) |
| `65002`--`66000` | Job Requests | [90](90.md) |
## Message types