Switch SubData Packets from JSON to MessagePack encoding This is a change to how packets are transferred; the API has not been changed. While the difference may be unnoticable when using unencrypted packets, because of MessagePack's compact size and better handling of byte values encrypted packets should transfer faster. (commit: 7cd9c9b)