##// 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:

r810:6bdf5d6a decentral
r838:2b96b9e7 decentral
Show More
request_get.xml
7 lines | 239 B | application/xml | XmlLexer
neko259
Added xml headers to the get response and request
r781 <?xml version="1.1" encoding="UTF-8" ?>
neko259
Edited info about version
r786 <request version="1.0" type="get">
neko259
Updated request and response samples to the simplier model definitions
r788 <model version="1.0" name="post">
neko259
Added a generator for the 'get' request for sync
r810 <id key="id1" type="ecdsa" local-id="1" />
<id key="id1" type="ecdsa" local-id="2" />
neko259
Updated request and response samples to the simplier model definitions
r788 </model>
neko259
Changed protocol a bit to be more clear and universal
r778 </request>