Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AppVersions #66

Open
meejah opened this issue May 27, 2023 · 0 comments
Open

AppVersions #66

meejah opened this issue May 27, 2023 · 0 comments

Comments

@meejah
Copy link
Contributor

meejah commented May 27, 2023

There is no support for "application versions".

The code-comments indicate that the Python implementation will always send {"app_versions": {}} for the "Versions" message. While this is true for the file-transfer application, other users may send information in this field. It is open-ended JSON-encodable information, provided by application code.

For example, magic-folder invites will end up sending app-versions like this:

{
    "app_versions": {
        "magic-folder": {
            "supported-messages": [
                "invite-v1",
            ],
        },
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant