mirror of https://github.com/status-im/specs.git
More README tweaks
This commit is contained in:
parent
08555f1fb1
commit
abe3d4da8f
19
README.md
19
README.md
|
@ -12,21 +12,30 @@ No accepted SIPs right now.
|
|||
|
||||
All specifications are currently in heavy draft mode. The following SIPs are under consideration for standardization.
|
||||
|
||||
Prepending draft with x to indicate that they aren't accepted yet.
|
||||
|
||||
| Num | Title |
|
||||
|-----|----|
|
||||
| 0 | [SIP Index (placeholder)](README.md) |
|
||||
| 1 | [SIP process (placeholder)](https://github.com/status-im/specs/issues/1) |
|
||||
| 2 | [SIP template (placeholder)](https://tools.ietf.org/html/rfc2119) |
|
||||
| 3 | [Initial Protocol Specification (PR)](https://github.com/status-im/specs/pull/3) |
|
||||
| x0 | [SIP Index (placeholder)](README.md) |
|
||||
| x1 | [SIP process (placeholder)](https://github.com/status-im/specs/issues/1) |
|
||||
| x2 | [SIP template (placeholder)](https://tools.ietf.org/html/rfc2119) |
|
||||
| x3 | [Initial Protocol Specification](protocol.md) |
|
||||
| x4 | [Initial Protocol Overview](x4.md) |
|
||||
| x5 | [Initial Trust Establishment Specification](x5.md) |
|
||||
| x6 | [Initial Conversational Security Specification](x6.md) |
|
||||
| x7 | [Initial Transport Privacy through Whisper Specification](x7.md) |
|
||||
| x8 | [Initial Message Payload Specification Specification](x8.md) |
|
||||
|
||||
Desired:
|
||||
- Protocol overview, including payloads and specific considerations
|
||||
- Trust establishment
|
||||
- Conversational security (PFS, etc)
|
||||
- Transport privacy (Whisper, etc)
|
||||
|
||||
- Payload and messages
|
||||
|
||||
x4-x8 is Oskar cutting things up into orthogonal pieces.
|
||||
|
||||
|
||||
## Incubation
|
||||
|
||||
Things that are being researched and might show up as SIP in the future. See [Big Brother protocol](https://github.com/status-im/bigbrother-specs/).
|
||||
|
|
Loading…
Reference in New Issue