From 28b3ab00970ead07031de318cd318a86eb1a2211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Oskar=20Thor=C3=A9n?= Date: Tue, 3 Dec 2019 16:55:17 +0800 Subject: [PATCH] Update waku.md (#58) --- waku.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.md b/waku.md index 17bf16a0..01cdc1f6 100644 --- a/waku.md +++ b/waku.md @@ -294,7 +294,7 @@ The envelope MUST be signed with a symmetric key agreed between the requester an Historic messages MUST be sent to a peer as a packet with a P2P Message code (`0x7f`) followed by an array of Waku envelopes. It is incompatible with the original Whisper spec (EIP-627) because it allows only a single envelope, however, an array of envelopes is much more performant. In order to stay compatible with EIP-627, a peer receiving historic message MUST handle both cases. -In order to receive historic messages from a mailserver, a node MUST trust the selected mailserver, that is allow to receive packets with the P2P Message code. By default, such packets are discarded. +In order to receive historic messages from a mailserver, a node MUST trust the selected mailserver, that is allow to receive expired packets with the P2P Message code. By default, such packets are discarded. Received envelopes MUST be passed through the Waku envelopes pipelines so that they are picked up by registered filters and passed to subscribers.