Show More
@@ -9,8 +9,19 b'' | |||||
9 | <thread>id1/12</thread> |
|
9 | <thread>id1/12</thread> | |
10 | <pub-time>12</pub-time> |
|
10 | <pub-time>12</pub-time> | |
11 | <edit-time>13</edit-time> |
|
11 | <edit-time>13</edit-time> | |
12 | <previous-id>id1/3,id23/5</previous-id> |
|
12 | <!-- | |
13 | <after-id>id2/3,id43/5</after-id> |
|
13 | Next and previous are the links to sequential models. | |
|
14 | In the case of an image board, next are replies and previous | |||
|
15 | are the posts we replied to. | |||
|
16 | --> | |||
|
17 | <previous> | |||
|
18 | <id>id1/3</id> | |||
|
19 | <id>id23/5</id> | |||
|
20 | </previous> | |||
|
21 | <next> | |||
|
22 | <id>id2/3</id> | |||
|
23 | <id>id43/5</id> | |||
|
24 | </next> | |||
14 | </model> |
|
25 | </model> | |
15 | <model name="post"> |
|
26 | <model name="post"> | |
16 | <id>id1/2</id> |
|
27 | <id>id1/2</id> |
@@ -1,5 +1,11 b'' | |||||
1 | <?xml version="1.1" encoding="UTF-8" ?> |
|
1 | <?xml version="1.1" encoding="UTF-8" ?> | |
2 | <response> |
|
2 | <response> | |
3 | <status>error</status> |
|
3 | <status>error</status> | |
|
4 | <!-- | |||
|
5 | The detail field reply cases are limited. They are optional to | |||
|
6 | check, so the implementation can check the status, see 'error' and | |||
|
7 | just drop the response and not check the details. This is the main | |||
|
8 | reason detail was split to another field. | |||
|
9 | --> | |||
4 | <status-detail>protocol version mismatch</status-detail> |
|
10 | <status-detail>protocol version mismatch</status-detail> | |
5 | </response> |
|
11 | </response> |
General Comments 0
You need to be logged in to leave comments.
Login now