rabbitmq / rabbitmq-web-stomp

Provides support for STOMP over WebSockets
Other
89 stars 26 forks source link

Properly handle the Websocket protocol header #55

Closed essen closed 8 years ago

essen commented 8 years ago

We support v10.stomp, v11.stomp and v12.stomp at the moment. The better one will be selected if a client advertises two or more.

Part of https://github.com/rabbitmq/rabbitmq-web-stomp/issues/53

michaelklishin commented 8 years ago

Please re-submit against the stable branch.