diff options
author | Friendika <info@friendika.com> | 2011-08-31 19:49:51 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-08-31 19:49:51 -0700 |
commit | 8193ff426fe22814274d3850922bd893154e89b6 (patch) | |
tree | 4a060ba2c4ed6fb4ef8eed05a85a990a374b61a1 | |
parent | 8bb9226471260ad0e2265248d07d2400a5ff9a24 (diff) | |
download | volse-hubzilla-8193ff426fe22814274d3850922bd893154e89b6.tar.gz volse-hubzilla-8193ff426fe22814274d3850922bd893154e89b6.tar.bz2 volse-hubzilla-8193ff426fe22814274d3850922bd893154e89b6.zip |
change MUST to SHOULD w/r/t data formats
-rw-r--r-- | zot.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -128,10 +128,10 @@ The data field is a salmon magic envelope. This is encrypted with alg using key and iv. The result is then base64url encoded for transmission. For the first release of this specification, the data format of the enclosed -salmon MUST be 'application/xml+atom' representing an Atom formatted -ActivityStream. This format MUST be supported. Future revisions MAY allow -other alternate data formats. - +salmon SHOULD be 'application/xml+atom' representing an Atom formatted +ActivityStream. Future revisions MAY allow other alternate data formats. +All acceptable formats MUST be listed in an XRD property (described elsewhere +in this document). Delivery |