Software /
code /
prosody
Log
plugins/mod_websocket.lua @ 7762:2208e6cd0d9f
description | author | age |
---|---|---|
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652) | Kim Alvefur | Mon, 05 Dec 2016 12:22:41 +0100 |
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP | Kim Alvefur | Sun, 04 Dec 2016 11:57:26 +0100 |
mod_websocket: Add some debug messages | Kim Alvefur | Sun, 04 Dec 2016 11:52:22 +0100 |
mod_websocket: Set FIN flag on ping frames (fixes #773) | Kim Alvefur | Fri, 04 Nov 2016 13:28:10 +0100 |
mod_websocket: Fix read timeout handler (thanks mt) | Kim Alvefur | Wed, 06 Apr 2016 14:44:51 +0200 |
mod_websocket: Send a ping on read timeout | Kim Alvefur | Wed, 23 Mar 2016 23:21:03 +0100 |
mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unsolicited" per RFC 6455 (thanks mt) | Kim Alvefur | Wed, 23 Mar 2016 14:31:35 +0100 |