Commit Graph

18 Commits (47c821cf549c8ea4645190a8f4bb18b7a2eaee2b)

Author SHA1 Message Date
Kim Alvefur 221809ea04 mod_websocket: Log state of cross domain set after changing it 9 years ago
Kim Alvefur fd19cd42b0 mod_websocket: Make open_stream method behave like the one from util.xmppstream 9 years ago
Kim Alvefur f6e6bc0bd9 mod_websocket: Include xml:lang attribute on stream <open> (fixes #840) 9 years ago
Kim Alvefur 013b8292ab mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837) 9 years ago
Kim Alvefur b151bd4d64 mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host 9 years ago
Kim Alvefur d1eb694c30 mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket' 9 years ago
Kim Alvefur bcf02d74c7 mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket (fixes #652) 9 years ago
Kim Alvefur 1ec77e632e mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP 9 years ago
Kim Alvefur f758fdb4d6 mod_websocket: Add some debug messages 9 years ago
Kim Alvefur 02919f0951 mod_websocket: Set FIN flag on ping frames (fixes #773) 9 years ago
Kim Alvefur 52a8bdb8f5 mod_websocket: Fix read timeout handler (thanks mt) 10 years ago
Kim Alvefur 41522cb84a mod_websocket: Send a ping on read timeout 10 years ago
Kim Alvefur a50a9d99a0 mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unsolicited" per RFC 6455 (thanks mt) 10 years ago
Kim Alvefur 4633eb56fb mod_websocket: Make sure stanza xmlns filter runs late in the chain 10 years ago
Kim Alvefur bc5cd404ab mod_websocket: Silence luacheck warnings 10 years ago
Kim Alvefur 1aac758bba mod_websocket: Import util.timer and session close timeout config option (thanks fairuz) 10 years ago
Kim Alvefur 6481392488 mod_websocket: Import sessionmanager (fixes traceback) 11 years ago
Florian Zeitz 6806a3f7be mod_websocket: Initial commit (based on the prosody-modules version) 11 years ago