##// END OF EJS Templates
Moved signatures block to the model block. All the signed content is in the 'content' block now. Removed edit time, previous and next posts links from the XML sync output because they can be computed from the post itself and can be changed locally for foreign posts (which breaks the signature)
Moved signatures block to the model block. All the signed content is in the 'content' block now. Removed edit time, previous and next posts links from the XML sync output because they can be computed from the post itself and can be changed locally for foreign posts (which breaks the signature)

File last commit:

r791:75a3948b decentral
r838:2b96b9e7 decentral
Show More
response_versionmismatch.xml
11 lines | 443 B | application/xml | XmlLexer
/ docs / samples / response_versionmismatch.xml
neko259
Added error response sample
r790 <?xml version="1.1" encoding="UTF-8" ?>
<response>
<status>error</status>
neko259
Changed next and previous models format. Added clarification to the detailed...
r791 <!--
The detail field reply cases are limited. They are optional to
check, so the implementation can check the status, see 'error' and
just drop the response and not check the details. This is the main
reason detail was split to another field.
-->
neko259
Added error response sample
r790 <status-detail>protocol version mismatch</status-detail>
</response>