From 6b0c9c903493f60a2870d241619d4dbbce503f30 Mon Sep 17 00:00:00 2001 From: Oskar Thoren Date: Tue, 27 Aug 2019 15:45:39 +0200 Subject: [PATCH] remove --- x7.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/x7.md b/x7.md index 0dcdc6f..8ff5282 100644 --- a/x7.md +++ b/x7.md @@ -272,16 +272,6 @@ In order to receive historic messages from a filter, p2p messages MUST be allowe In order to use a mail server, a given node needs to connect to it directly, i.e. add the mail server as its peer and mark it as trusted. This means that the mail server is able to send direct p2p messages to the node instead of broadcasting them. Effectively, it knows which topics the node is interested in, when it is online as well as many metadata like IP address. -# Whisper V6 extensions (or Status Whisper Node) - -Protocol's target is to be compliant with [the Whisper V6 Specification](https://github.com/ethereum/go-ethereum/wiki/Whisper). It should not matter which implementation is used as long as the implementation follow the Whisper V6 Specification. - -However, we added a few extensions, message codes and RPC methods to the Whisper V6 service in order to provide better user experience or due to efficiency requirements. - -All described addons are implemented in [status-im/whisper fork](https://github.com/status-im/whisper). - - -