[asterisk-dev] [Code Review] WebSocket HTTP Module
wdoekes
reviewboard at asterisk.org
Thu May 31 10:13:08 CDT 2012
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviewboard.asterisk.org/r/1952/#review6360
-----------------------------------------------------------
Ship it!
Things look good now. I'll leave the points below to you.
/trunk/res/res_http_websocket.c
<https://reviewboard.asterisk.org/r/1952/#comment11880>
Single red blob left.
/trunk/res/res_http_websocket.c
<https://reviewboard.asterisk.org/r/1952/#comment11881>
Should this really be called 'chat' and not e.g. 'echo'?
- wdoekes
On May 30, 2012, 2:23 p.m., Joshua Colp wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviewboard.asterisk.org/r/1952/
> -----------------------------------------------------------
>
> (Updated May 30, 2012, 2:23 p.m.)
>
>
> Review request for Asterisk Developers.
>
>
> Summary
> -------
>
> This adds support for WebSocket protocols 7, 8, and 13. These are the most recent protocols. Sending and receiving text/binary frames is supported along with the various operation codes. An API is provided which makes it easy to implement different sub-protocols. Frame reconstruction is supported for situations where desirable (if multiple frames are received they will be reconstructed into a single one) but this can be disabled in situations where streaming is wanted.
>
>
> Diffs
> -----
>
> /trunk/include/asterisk/http_websocket.h PRE-CREATION
> /trunk/include/asterisk/utils.h 360141
> /trunk/main/utils.c 360141
> /trunk/res/res_http_websocket.c PRE-CREATION
> /trunk/res/res_http_websocket.exports.in PRE-CREATION
>
> Diff: https://reviewboard.asterisk.org/r/1952/diff
>
>
> Testing
> -------
>
> Tested using Google Chrome Canary to confirm connection is established and data can be sent and received.
>
> Tested using websocket.py to confirm connection is established and data can be sent and received.
>
>
> Thanks,
>
> Joshua
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-dev/attachments/20120531/41467206/attachment.htm>
More information about the asterisk-dev
mailing list