Migration services: Difference between revisions
| Line 873: | Line 873: | ||
| 0x10 || [[#Leave|Leave]] | | 0x10 || [[#Leave|Leave]] | ||
|- | |- | ||
| 0x80 || | | 0x80 || [[#Data|Data]] | ||
|- | |- | ||
| 0xFF || [[#Error|Error]] | | 0xFF || [[#Error|Error]] | ||
| Line 963: | Line 963: | ||
The plaintext request/response payload are empty. | The plaintext request/response payload are empty. | ||
=== Data === | |||
This is used by the server/client to send additional data following the message. | |||
Plaintext payload: | |||
{| class="wikitable" border="1" | |||
|- | |||
! Offset || Size || Description | |||
|- | |||
| 0x0 || 0x4 || | |||
|- | |||
| 0x4 || 0x4 || | |||
|- | |||
| 0x8 || 0x8 || Big-endian field from state. | |||
|} | |||
=== Error === | === Error === | ||