pi-usereq 0.36.0 → 0.38.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,127 @@
1
+ Network Working Group - Request for Comments: 2119 - BCP: 14
2
+
3
+ S. Bradner - Harvard University - March 1997
4
+
5
+ Category: Best Current Practice Key words for use in RFCs to Indicate Requirement Levels Status of this Memo
6
+
7
+ This document specifies an Internet Best Current Practices for the
8
+ Internet Community, and requests discussion and suggestions for
9
+ improvements. Distribution of this memo is unlimited.
10
+
11
+ Abstract
12
+
13
+ In many standards track documents several words are used to signify
14
+ the requirements in the specification. These words are often
15
+ capitalized. This document defines these words as they should be
16
+ interpreted in IETF documents. Authors who follow these guidelines
17
+ should incorporate this phrase near the beginning of their document:
18
+
19
+ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
20
+ NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and
21
+ "OPTIONAL" in this document are to be interpreted as described in` [`RFC 2119`](rfc2119) `.
22
+
23
+ Note that the force of these words is modified by the requirement
24
+ level of the document in which they are used.` [`1`](#section-1) `.
25
+
26
+ MUST This word, or the terms "REQUIRED" or "SHALL", mean that the
27
+ definition is an absolute requirement of the specification.` [`2`](#section-2) `.
28
+
29
+ MUST NOT This phrase, or the phrase "SHALL NOT", mean that the
30
+ definition is an absolute prohibition of the specification.` [`3`](#section-3) `.
31
+
32
+ SHOULD This word, or the adjective "RECOMMENDED", mean that there
33
+ may exist valid reasons in particular circumstances to ignore a
34
+ particular item, but the full implications must be understood and
35
+ carefully weighed before choosing a different course.` [`4`](#section-4) `.
36
+
37
+ SHOULD NOT This phrase, or the phrase "NOT RECOMMENDED" mean that
38
+ there may exist valid reasons in particular circumstances when the
39
+ particular behavior is acceptable or even useful, but the full
40
+ implications should be understood and the case carefully weighed
41
+ before implementing any behavior described with this label.
42
+
43
+ MAY This word, or the adjective "OPTIONAL", mean that an item is
44
+ truly optional. One vendor may choose to include the item because a
45
+ particular marketplace requires it or because the vendor feels that
46
+ it enhances the product while another vendor may omit the same item.
47
+ An implementation which does not include a particular option MUST be
48
+ prepared to interoperate with another implementation which does
49
+ include the option, though perhaps with reduced functionality. In the
50
+ same vein an implementation which does include a particular option
51
+ MUST be prepared to interoperate with another implementation which
52
+ does not include the option (except, of course, for the feature the
53
+ option provides.)` [`6`](#section-6) `.
54
+
55
+ Guidance in the use of these Imperatives Imperatives of the type defined in this memo must be used with care
56
+ and sparingly. In particular, they MUST only be used where it is
57
+ actually required for interoperation or to limit behavior which has
58
+ potential for causing harm (e.g., limiting retransmisssions) For
59
+ example, they must not be used to try to impose a particular method
60
+ on implementors where the method is not required for
61
+ interoperability.` [`7`](#section-7) `.
62
+
63
+ Security Considerations These terms are frequently used to specify behavior with security
64
+ implications. The effects on security of not implementing a MUST or
65
+ SHOULD, or doing something the specification says MUST NOT or SHOULD
66
+ NOT be done may be very subtle.
67
+
68
+ Document authors should take the time
69
+ to elaborate the security implications of not following
70
+ recommendations or requirements as most implementors will not have
71
+ had the benefit of the experience and discussion that produced the
72
+ specification.` [`8`](#section-8) `.
73
+
74
+ Acknowledgments The definitions of these terms are an amalgam of definitions taken
75
+ from a number of RFCs. In addition, suggestions have been
76
+ incorporated from a number of people including Robert Ullmann, Thomas
77
+ Narten, Neal McBurnett, and Robert Elz.
78
+
79
+ Author's Address Scott Bradner
80
+ Harvard University
81
+ 1350 Mass. Ave.
82
+ Cambridge, MA 02138
83
+
84
+ phone - +1 617 495 3864
85
+ email - sob@harvard.edu
86
+
87
+
88
+
89
+
90
+
91
+
92
+
93
+
94
+
95
+
96
+
97
+
98
+
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
109
+
110
+
111
+
112
+
113
+
114
+
115
+
116
+
117
+
118
+
119
+
120
+
121
+
122
+
123
+
124
+
125
+
126
+
127
+ Bradner Best Current Practice [Page 3]`