Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Handshakes over websocket #25

Open
ipeisong opened this issue Jul 11, 2014 · 5 comments
Open

Handshakes over websocket #25

ipeisong opened this issue Jul 11, 2014 · 5 comments

Comments

@ipeisong
Copy link

Does this library support init via websocket?

In JS library there is stompClient.over(websocketConnection), how can I do the same with StompKit? Thanks,

@jmesnil
Copy link
Contributor

jmesnil commented Jul 16, 2014

No, StompKit does not support connection over WebSocket.

If you wanted to achieve this, the best way would be to wrap a WebSocket in the same interface than GCDAsyncSocket and handles the WebSocket protocol's handshake.
The rest of the code would be identical then.

@zuoky
Copy link

zuoky commented Sep 21, 2014

Would be great if we can have the WebSocket based version.

@tbowers
Copy link

tbowers commented Apr 21, 2015

I have an outstanding pull request to integrate this functionality using RocketSockets. I'm sure there still may be some issues (I've been testing with ActiveMQ with a WS connector).

I haven't received any comments on it though so I'm not sure how active the maintainers are here.

@tbowers
Copy link

tbowers commented Jan 28, 2016

Any chance this will get merged?

@pavlonadolynskyi
Copy link

@jmesnil @matzew pls merge pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants