Skip to content

AppVersions #66

@meejah

Description

@meejah

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",
            ],
        },
    }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions