mirror of
https://github.com/signalapp/libsignal.git
synced 2026-05-09 08:33:13 +02:00
The format hasn't changed, so we don't need to bump the version number for the messages the server sends to recipients. This is implemented in two places: the Rust side for round-trip testing, and the Java side for what the server actually does. (Both are implemented to avoid unnecessary copies and unfortunately the two aren't conveniently compatible with one another, but it's a simple implementation anyway.)