-
Notifications
You must be signed in to change notification settings - Fork 365
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
WebSocket support #9
Comments
@metajack Just wondering if you looked at my branch yet. Any thoughts about actually merging it? |
Merge away. @Gordin is now also a committer. Great job! |
Merged #10 |
do you have any example on strophe web socket pai |
Any examples of how to use web socket? Thanks! |
You need an XMPP Server that has support for WebSocket connections. If you have that, just replace the BOSH connection URL with a WebSocket URL (usually ws://server.tld:5280/xmpp-websocket) and Strophe will use WebSockets instead of BOSH. Everything will work just as with BOSH otherwise. |
Thanks @Gordin . That's all I needed! Have a good day! |
I open this discussion to pursue the one in metajack's branch (metajack/strophejs#68)
I agree with michfield, I would also suggest to merge @Gordin branch.
Is there any reason not to merge this branch/support websocket in strophe yet?
The text was updated successfully, but these errors were encountered: