diff --git a/README.md b/README.md index 3771769..c8d6eef 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ The following SIPs are stable and running in production. - [Status EIPs Standards](status-EIPs.md). Ethereum Improvement Proposals used in Status. +- [Status Whisper Usage Specification](status-whisper-usage-spec.md). How we use Whisper to do routing, metadata protection and provide 1:1/group/public chat. + ### Draft The following SIPs are under consideration for standardization. @@ -30,7 +32,6 @@ The following SIPs are under consideration for standardization. - [Status Client Specification](status-client-spec.md). The main specification for writing a Status client. **Start here** - [Status Payload Specification](status-payloads-spec.md). What the message payloads look like. - [Status Account Specification](status-account-spec.md). What a Status account is and how trust is established. -- [Status Whisper Usage Specification](status-whisper-usage-spec.md). How we use Whisper to do routing, metadata protection and provide 1:1/group/public chat. ### Raw diff --git a/status-whisper-usage-spec.md b/status-whisper-usage-spec.md index de2ff65..a9df955 100644 --- a/status-whisper-usage-spec.md +++ b/status-whisper-usage-spec.md @@ -1,6 +1,8 @@ # Status Whisper Usage Specification -> Version: 0.1 (Draft) +> Version: 0.2 +> +> Status: Stable > > Authors: Adam Babik , Corey Petty , Oskar ThorΓ©n (alphabetical order) @@ -62,10 +64,10 @@ encryption properties to support asynchronous chat. | Messages | 1 | βœ” | [EIP-627](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-627.md) | | PoW Requirement | 2 | βœ” | [EIP-627](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-627.md) | | Bloom Filter | 3 | βœ” | [EIP-627](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-627.md) | -| Batch Ack | 11 | π˜… | TODO | -| Message Response | 12 | π˜… | TODO | -| P2P Sync Request | 123 | π˜… | TODO | -| P2P Sync Response | 124 | π˜… | TODO | +| Batch Ack | 11 | π˜… | Undocumented | +| Message Response | 12 | π˜… | Undocumented | +| P2P Sync Request | 123 | π˜… | Undocumented | +| P2P Sync Response | 124 | π˜… | Undocumented | | P2P Request Complete | 125 | π˜… | [Status Whisper Mailserver Spec](status-whisper-mailserver-spec.md) | | P2P Request | 126 | βœ” | [Status Whisper Mailserver Spec](status-whisper-mailserver-spec.md) | | P2P Messages | 127 | βœ”/π˜… (EIP-627 supports only single envelope in a packet) | [Status Whisper Mailserver Spec](status-whisper-mailserver-spec.md) |