diff options
Diffstat (limited to 'protocol.html')
| -rw-r--r-- | protocol.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/protocol.html b/protocol.html index 9c0994b..f73208b 100644 --- a/protocol.html +++ b/protocol.html | |||
| @@ -196,9 +196,9 @@ | |||
| 196 | <p>An <strong>ACK</strong> command consists of a 4-frame multipart message, formatted as follows.</p> | 196 | <p>An <strong>ACK</strong> command consists of a 4-frame multipart message, formatted as follows.</p> |
| 197 | <table border="1" class="docutils"> | 197 | <table border="1" class="docutils"> |
| 198 | <colgroup> | 198 | <colgroup> |
| 199 | <col width="14%" /> | 199 | <col width="8%" /> |
| 200 | <col width="33%" /> | 200 | <col width="19%" /> |
| 201 | <col width="53%" /> | 201 | <col width="73%" /> |
| 202 | </colgroup> | 202 | </colgroup> |
| 203 | <thead valign="bottom"> | 203 | <thead valign="bottom"> |
| 204 | <tr class="row-odd"><th class="head">FRAME</th> | 204 | <tr class="row-odd"><th class="head">FRAME</th> |
| @@ -223,6 +223,10 @@ | |||
| 223 | <td>_MSGID_</td> | 223 | <td>_MSGID_</td> |
| 224 | <td>A unique id for the msg</td> | 224 | <td>A unique id for the msg</td> |
| 225 | </tr> | 225 | </tr> |
| 226 | <tr class="row-even"><td>4</td> | ||
| 227 | <td>_MSGID_</td> | ||
| 228 | <td>The message id of the message this ACK is acknowledging</td> | ||
| 229 | </tr> | ||
| 226 | </tbody> | 230 | </tbody> |
| 227 | </table> | 231 | </table> |
| 228 | </div> | 232 | </div> |
| @@ -453,6 +457,10 @@ | |||
| 453 | <td>_MSGID_</td> | 457 | <td>_MSGID_</td> |
| 454 | <td>A unique id for the msg</td> | 458 | <td>A unique id for the msg</td> |
| 455 | </tr> | 459 | </tr> |
| 460 | <tr class="row-even"><td>4</td> | ||
| 461 | <td>_UNIX_TS_</td> | ||
| 462 | <td>A unix timestamp</td> | ||
| 463 | </tr> | ||
| 456 | </tbody> | 464 | </tbody> |
| 457 | </table> | 465 | </table> |
| 458 | <p>A <strong>DISCONNECT</strong> frame consists of</p> | 466 | <p>A <strong>DISCONNECT</strong> frame consists of</p> |