Skip to content

Deal with CONNECT/STOMP versioning semantics better #5

@jonathanstowe

Description

@jonathanstowe

A client remains free to send either 'CONNECT' or 'STOMP' frames. If the client sends STOMP (by which we can infer version 1.2,) then it must also send 'accept-version' and 'host' headers. If these headers aren't present then the server should respond with an ERROR frame with a version header indicating which versions are supported.

See https://stomp.github.io/stomp-specification-1.2.html#Protocol_Negotiation

The client should support multiple versions, the server need not.

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