Skip to content

NodeJS bindings: Support for MSC3983 #29

Open
@turt2live

Description

@turt2live

(relative priority: low, as of writing)

MSC: matrix-org/matrix-spec-proposals#3983
bot-sdk(NodeJS) implementation: turt2live/matrix-bot-sdk#307

I think to make MSC3983 work over the bindings, we'd need a way (function? flag?) to tell the OlmMachine that it shouldn't bother doing /key/upload for anything other than the fallback keys. Then, a function to route the /keys/claim query into the OlmMachine to have it do stuff.

Note that the implementation effort here is effectively to treat all OTKs as "uploaded" then manually track which ones are used in claim responses, followed by which ones are actually used in toDevice messages. The last bit (toDevice messages) is already present.

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