Remove the reference to SHOULD / MUST

This commit is contained in:
Peter Membrey 2015-07-28 08:20:30 -06:00 committed by Matthew A. Miller
parent d53c99a717
commit 87ec4f3e14
1 changed files with 8 additions and 2 deletions

View File

@ -28,6 +28,12 @@
<email>peter@membrey.hk</email>
<jid>peter@membrey.hk</jid>
</author>
<revision>
<version>0.0.3</version>
<date>2015-07-28</date>
<initials>pm</initials>
<remark><p>Removed references to SHOULD/MUST.</p></remark>
</revision>
<revision>
<version>0.0.2</version>
<date>2015-07-22</date>
@ -89,8 +95,8 @@
<p>The author has designed Raft over XMPP with the following requirements in mind:</p>
<ol>
<li> The protocol MUST support all messages as defined in the <link url="https://ramcloud.stanford.edu/raft.pdf">Raft paper</link> </li>
<li> It SHOULD leverage the benefits of using XMPP as the transport layer </li>
<li> The protocol needs to support all messages as defined in the <link url="https://ramcloud.stanford.edu/raft.pdf">Raft paper</link> </li>
<li> The protocol ought to leverage the benefits of using XMPP as the transport layer </li>
<li> Client to Node interaction is out of scope for this XEP</li>
</ol>
</section1>