Software /
code /
prosody
Log
plugins/mod_websocket.lua @ 7937:5b03a8003659
description | author | age |
---|---|---|
mod_websocket: Include xml:lang attribute on stream <open> (fixes #840) | Kim Alvefur | Thu, 02 Mar 2017 03:03:04 +0100 |
mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837) | Kim Alvefur | Sat, 25 Feb 2017 02:15:15 +0100 |
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host | Kim Alvefur | Mon, 05 Dec 2016 12:23:51 +0100 |
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket' | Kim Alvefur | Mon, 05 Dec 2016 12:23:41 +0100 |
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 |