Commit Graph

14 Commits (ffde63fe687f5ffecf5fdec28358d1774a8a7169)

Author SHA1 Message Date
Kim Alvefur cc617421b1 mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host 9 years ago
Kim Alvefur a6443e8ff3 mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket' 9 years ago
Kim Alvefur 947faa1ccd mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652) 9 years ago
Kim Alvefur de2540b480 mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP 9 years ago
Kim Alvefur 499ca748ea mod_websocket: Add some debug messages 9 years ago
Kim Alvefur 500d7efbf4 mod_websocket: Set FIN flag on ping frames (fixes #773) 9 years ago
Kim Alvefur 86ece22c8c mod_websocket: Fix read timeout handler (thanks mt) 10 years ago
Kim Alvefur 921c695338 mod_websocket: Send a ping on read timeout 10 years ago
Kim Alvefur b69db0deff mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unsolicited" per RFC 6455 (thanks mt) 10 years ago
Kim Alvefur 6a52a3feac mod_websocket: Make sure stanza xmlns filter runs late in the chain 10 years ago
Kim Alvefur 8a93612482 mod_websocket: Silence luacheck warnings 10 years ago
Kim Alvefur 7284b55cc0 mod_websocket: Import util.timer and session close timeout config option (thanks fairuz) 10 years ago
Kim Alvefur ffb9f937a1 mod_websocket: Import sessionmanager (fixes traceback) 11 years ago
Florian Zeitz 25bb15fc74 mod_websocket: Initial commit (based on the prosody-modules version) 11 years ago