##// END OF EJS Templates
Use 'models' tag in response, this allowes us to add new models in future
Use 'models' tag in response, this allowes us to add new models in future

File last commit:

r761:830857d2 decentral
r763:7bed6029 decentral
Show More
sync_request.xml
25 lines | 621 B | application/xml | XmlLexer
<?xml version="1.1" encoding="UTF-8" ?>
<request>
<version>
<protocol>1</protocol>
<models>
<post>1</post>
</models>
</version>
<data>
<type>sync</type>
<timestamp>0</timestamp>
<hosts>
<allow>
<host>*</host>
</allow>
<deny></deny>
<pools>
<pool>test1</pool>
<pool>test2</pool>
</pools>
</hosts>
<!-- Get only posts id to load posts later (maybe from several hosts) -->
<id-only>true</id-only>
</data>
</request>