mirror of https://github.com/status-im/specs.git
Update/sequence specs (#130)
* re-sequenced new spec numbers resolves GH-127 * re-sequenced new spec numbers resolves GH-127
This commit is contained in:
parent
8903dcab95
commit
8ef27a2e10
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
permalink: /spec/8
|
||||
permalink: /spec/12
|
||||
parent: Draft specs
|
||||
title: 8/IPFS gateway for Sticker Pack
|
||||
title: 12/IPFS gateway for Sticker Pack
|
||||
---
|
||||
|
||||
# 8/IPFS gateway for Sticker Pack
|
||||
# 12/IPFS gateway for Sticker Pack
|
||||
|
||||
> Version: 0.1.0
|
||||
>
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
permalink: /spec/9
|
||||
permalink: /spec/13
|
||||
parent: Draft specs
|
||||
title: 9/3RD-PARTY-USAGE
|
||||
title: 13/3RD-PARTY-USAGE
|
||||
---
|
||||
|
||||
# 9/3RD-PARTY
|
||||
# 13/3RD-PARTY
|
||||
|
||||
> Version: 0.1
|
||||
>
|
|
@ -204,9 +204,9 @@ to use Whisper and/or Waku to communicate with other Status nodes.
|
|||
Once a Whisper and/or Waku node is up and running there are some specific settings required
|
||||
to communicate with other Status nodes.
|
||||
|
||||
See [3/WHISPER-USAGE](https://specs.status.im/spec/3) and [9/WAKU-USAGE](https://specs.status.im/spec/9) for more details.
|
||||
See [3/WHISPER-USAGE](https://specs.status.im/spec/3) and [10/WAKU-USAGE](https://specs.status.im/spec/10) for more details.
|
||||
|
||||
For providing an offline inbox, see the complementary [4/WHISPER-MAILSERVER](https://specs.status.im/spec/4) and [10/WAKU-MAILSERVER](https://specs.status.im/spec/10).
|
||||
For providing an offline inbox, see the complementary [4/WHISPER-MAILSERVER](https://specs.status.im/spec/4) and [11/WAKU-MAILSERVER](https://specs.status.im/spec/11).
|
||||
|
||||
### Secure Transport
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
permalink: /spec/9
|
||||
permalink: /spec/10
|
||||
parent: Stable specs
|
||||
title: 9/WAKU-USAGE
|
||||
title: 10/WAKU-USAGE
|
||||
---
|
||||
|
||||
# 9/WAKU-USAGE
|
||||
# 10/WAKU-USAGE
|
||||
|
||||
> Version: 0.1
|
||||
>
|
||||
|
@ -12,7 +12,7 @@ title: 9/WAKU-USAGE
|
|||
>
|
||||
> Authors: Adam Babik <adam@status.im>, Corey Petty <corey@status.im>, Oskar Thorén <oskar@status.im>, Samuel Hawksby-Robinson <samuel@status.im> (alphabetical order)
|
||||
|
||||
- [Status Waku Usage Specification](#9waku-usage)
|
||||
- [Status Waku Usage Specification](#10waku-usage)
|
||||
- [Abstract](#abstract)
|
||||
- [Reason](#reason)
|
||||
- [Terminology](#terminology)
|
|
@ -1,10 +1,10 @@
|
|||
---
|
||||
permalink: /spec/10
|
||||
permalink: /spec/11
|
||||
parent: Stable specs
|
||||
title: 10/WAKU-MAILSERVER
|
||||
title: 11/WAKU-MAILSERVER
|
||||
---
|
||||
|
||||
# 10/WAKU-MAILSERVER
|
||||
# 11/WAKU-MAILSERVER
|
||||
|
||||
> Version: 0.1
|
||||
>
|
||||
|
@ -12,7 +12,7 @@ title: 10/WAKU-MAILSERVER
|
|||
>
|
||||
> Authors: Adam Babik <adam@status.im>, Oskar Thorén <oskar@status.im>, Samuel Hawksby-Robinson <samuel@status.im> (alphabetical order)
|
||||
|
||||
- [Status Waku Mailserver Specification](#10waku-mailserver)
|
||||
- [Status Waku Mailserver Specification](#11waku-mailserver)
|
||||
- [Abstract](#abstract)
|
||||
- [`Mailserver`](#mailserver)
|
||||
- [Archiving messages](#archiving-messages)
|
|
@ -77,7 +77,7 @@ Types used in this specification are defined using [Protobuf](https://developers
|
|||
|
||||
### Transport Layer
|
||||
|
||||
[Whisper](3-whisper-usage.md) and [Waku](9-waku-usage.md) serves as the transport layers for the Status chat protocol.
|
||||
[Whisper](3-whisper-usage.md) and [Waku](10-waku-usage.md) serves as the transport layers for the Status chat protocol.
|
||||
|
||||
### User flow for 1-to-1 communications
|
||||
|
||||
|
|
|
@ -176,7 +176,7 @@ message StickerMessage {
|
|||
|
||||
#### Message types
|
||||
|
||||
Message types are required to decide how a particular message is encrypted and what metadata needs to be attached when passing a message to the transport layer. For more on this, see [3/WHISPER-USAGE](3-whisper-usage.md) and [9/WAKU-USAGE](9-waku-usage.md).
|
||||
Message types are required to decide how a particular message is encrypted and what metadata needs to be attached when passing a message to the transport layer. For more on this, see [3/WHISPER-USAGE](3-whisper-usage.md) and [10/WAKU-USAGE](10-waku-usage.md).
|
||||
|
||||
<!-- TODO: This reference is a bit odd, considering the layer payloads should interact with is Secure Transport, and not Whisper/Waku. This requires more detail -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue