rabbitmq / rabbitmq-web-stomp

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

Properly handle the Websocket protocol header #56

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.

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