log mod_websocket/mod_websocket.lua @ 903:8a1beff848c1

age author description
2013-01-12 Florian Zeitz mod_websocket: Simplify by getting the c2s_listener from mod_c2s
2012-11-08 Florian Zeitz mod_websocket: Determine whether to use a self-closing stream tag, based on the client's initial data
2012-10-31 Florian Zeitz mod_websocket: Add CORS support
2012-10-25 Florian Zeitz mod_websocket: Don't offer starttls
2012-10-15 Florian Zeitz mod_websocket: Accept GET request without trailing /
2012-10-05 Florian Zeitz mod_websocket: Check whether the xmpp sub-protocol was requested
2012-10-05 Florian Zeitz mod_websocket: More robust frame handling
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