Currently the version message (or maybe "the version phase message"?) is handled but no attempt is made to parse anything from app_versions or expose it to application code.
Some applications may want to use the payload for feature/compatibility negotiation. The app :: Session -> IO a accepted by MagicWormhole.runClient should gain access to the app_versions payload somehow.
Currently the version message (or maybe "the version phase message"?) is handled but no attempt is made to parse anything from
app_versionsor expose it to application code.Some applications may want to use the payload for feature/compatibility negotiation. The
app :: Session -> IO aaccepted byMagicWormhole.runClientshould gain access to theapp_versionspayload somehow.