Show More
@@ -9,8 +9,19 b'' | |||
|
9 | 9 | <thread>id1/12</thread> |
|
10 | 10 | <pub-time>12</pub-time> |
|
11 | 11 | <edit-time>13</edit-time> |
|
12 | <previous-id>id1/3,id23/5</previous-id> | |
|
13 | <after-id>id2/3,id43/5</after-id> | |
|
12 | <!-- | |
|
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 | 25 | </model> |
|
15 | 26 | <model name="post"> |
|
16 | 27 | <id>id1/2</id> |
@@ -1,5 +1,11 b'' | |||
|
1 | 1 | <?xml version="1.1" encoding="UTF-8" ?> |
|
2 | 2 | <response> |
|
3 | 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 | 10 | <status-detail>protocol version mismatch</status-detail> |
|
5 | 11 | </response> |
General Comments 0
You need to be logged in to leave comments.
Login now