Mercurial > prosody-modules
log mod_websocket/mod_websocket.lua @ 841:0649883de4d3
age | author | description |
---|---|---|
2012-10-04 | Florian Zeitz | mod_websocket: Fix frame length calculation |
2012-10-04 | Florian Zeitz | mod_websocket: Merge with current mod_c2s |
2012-06-02 | Florian Zeitz | mod_websocket: Remove unnecessary require of tohex() |
2012-05-28 | Florian Zeitz | mod_websocket: Only un-self-close <stream:stream>s |
2012-05-27 | Florian Zeitz | mod_websocket: Make sending a self-closing <stream:stream> tag configurable |
2012-05-27 | Florian Zeitz | mod_websocket: Answer ping frames |
2012-05-27 | Florian Zeitz | mod_websocket: Add fragmentation support |
2012-05-27 | Florian Zeitz | mod_websocket: Be nice to non-websocket clients |
2012-05-27 | Florian Zeitz | mod_websocket: Make this a shared module |
2012-05-27 | Florian Zeitz | mod_websocket: Move frame building into a function |
2012-05-26 | Florian Zeitz | mod_websocket: Move frame handling into a separate function |
2012-05-25 | Florian Zeitz | mod_websocket: New mod_c2s based version, still WIP |
2010-02-08 | Ali Sabil | mod_websocket: Initial commit |