mobile-web-messaging / StompKit

STOMP Objective-C Client for iOS
Apache License 2.0
95 stars 82 forks source link

Handshakes over websocket #25

Open ipeisong opened 10 years ago

ipeisong commented 10 years ago

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 commented 10 years ago

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 commented 10 years ago

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

tbowers commented 9 years ago

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 commented 8 years ago

Any chance this will get merged?

pavlonadolynskyi commented 7 years ago

@jmesnil @matzew pls merge pull request