log mod_websocket/mod_websocket.lua @ 1397:4e36b68d68da

age author description
Mon, 28 Apr 2014 23:23:45 +0200 Florian Zeitz mod_websocket: Handle pong messages
Wed, 19 Mar 2014 20:11:58 +0100 Florian Zeitz mod_websocket: Multiple fixes for sending stream errors
Sun, 09 Mar 2014 23:35:57 +0100 Florian Zeitz mod_websocket: Update to draft-ietf-xmpp-websocket-01
Fri, 28 Feb 2014 15:37:55 +0100 Kim Alvefur Backed out changeset 853a382c9bd6
Fri, 28 Feb 2014 15:36:06 +0100 Kim Alvefur mod_turncredentials: Advertise the XEP-0215 feature (thanks Gryffus)
Sat, 11 Jan 2014 00:20:59 +0100 Florian Zeitz mod_websocket: Fix typo "Cosed" -> "Closed"
Wed, 18 Sep 2013 00:57:06 +0200 Florian Zeitz mod_websocket: Add consider_websocket_secure option
Thu, 30 May 2013 23:55:13 +0200 Florian Zeitz mod_websocket: Add some more error checks for close frames
Thu, 30 May 2013 23:49:14 +0200 Florian Zeitz mod_websocket: Access some values via locales instead of through tables
Thu, 30 May 2013 23:36:58 +0200 Florian Zeitz mod_websocket: Optimize string concatenation
Thu, 30 May 2013 22:51:12 +0200 Florian Zeitz mod_websocket: Call string and table functions through locals
Thu, 30 May 2013 22:48:19 +0200 Florian Zeitz mod_websocket: Fix length calculation
Sat, 06 Apr 2013 21:39:20 +0200 Florian Zeitz mod_websocket: Set status_code instead of status
Fri, 15 Feb 2013 01:32:03 +0100 Florian Zeitz mod_websocket: Avoid floating point division
Wed, 13 Feb 2013 21:03:45 +0100 Florian Zeitz mod_websocket: Change the HTTP name to websocket, and override the default_path instead