14/WAKU-MESSAGE: Simplify

This commit is contained in:
Oskar Thoren 2021-03-29 17:25:27 +08:00
parent c799df93d7
commit b6ba3c5b4e
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 7 additions and 20 deletions

View File

@ -1,26 +1,13 @@
---
title: Waku Message
version: 2.0.0-beta1
status: Draft
authors: Oskar Thorén <oskar@status.im>, Sanaz Taheri <sanaz@status.im>
slug: 14
title: 14/WAKU2-MESSAGE
name: Waku v2 Message
status: draft
editor: Oskar Thorén <oskar@status.im>
contributors:
- Sanaz Taheri <sanaz@status.im>
---
# Table of Contents
- [Abstract](#abstract)
- [Motivation](#motivation)
- [WakuMessage](#wakumessage)
- [Protobuf](#protobuf)
- [Payload encryption](#payload-encryption)
- [Version 0](#version-0)
- [Version 1 (not yet implemented in Waku v2)](#version-1-not-yet-implemented-in-waku-v2)
- [Differences from Whisper / Waku v1 envelopes](#differences-from-whisper--waku-v1-envelopes)
- [Security Consideration](#security-consideration)
- [Changelog](#changelog)
- [Copyright](#copyright)
# Abstract
This specification provides a way to encapsulate messages sent over Waku with specific information security goals.
# Motivation