From 87ec4f3e1495d3fdcbf31f9a23dc6f68b3179c61 Mon Sep 17 00:00:00 2001 From: Peter Membrey Date: Tue, 28 Jul 2015 08:20:30 -0600 Subject: [PATCH] Remove the reference to SHOULD / MUST --- inbox/raft.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/inbox/raft.xml b/inbox/raft.xml index 945d050a..c4719fbc 100644 --- a/inbox/raft.xml +++ b/inbox/raft.xml @@ -28,6 +28,12 @@ peter@membrey.hk peter@membrey.hk + + 0.0.3 + 2015-07-28 + pm +

Removed references to SHOULD/MUST.

+
0.0.2 2015-07-22 @@ -89,8 +95,8 @@

The author has designed Raft over XMPP with the following requirements in mind:

    -
  1. The protocol MUST support all messages as defined in the Raft paper
  2. -
  3. It SHOULD leverage the benefits of using XMPP as the transport layer
  4. +
  5. The protocol needs to support all messages as defined in the Raft paper
  6. +
  7. The protocol ought to leverage the benefits of using XMPP as the transport layer
  8. Client to Node interaction is out of scope for this XEP