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

Reserve websocket.extension name #89

Open
moteus opened this issue Mar 22, 2016 · 1 comment
Open

Reserve websocket.extension name #89

moteus opened this issue Mar 22, 2016 · 1 comment

Comments

@moteus
Copy link
Contributor

moteus commented Mar 22, 2016

Hello. I write extension plugin manager for websocket and permessage-deflate extension. I test it with my websocket implementation and it pass all AutoBahn tests (client and server).
I name it like websocket.extensions. In fact this module does not do any IO it just encode and decode already readed data and tell what need to add to handshake.
So I think it should be not difficult to add support extensions to your implementation.
You need just add ability to add headers to handshake to add Sec-Websocket-Extensions header.
And encode/decode RSV bits.

@lipp
Copy link
Owner

lipp commented Mar 24, 2016

sounds good!

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

2 participants