Commit Graph

20 Commits (0ff1619ea4e2a6702a3fb70135fb656efd64790b)

Author SHA1 Message Date
Matthew Wild 9bd948919b mod_websocket: Store the request object on the session for use by other modules 8 years ago
Kim Alvefur 8c3f6bd236 mod_websocket: Convert set to string (syslog sink needs a better fix) 9 years ago
Kim Alvefur 59fa0c1c44 mod_websocket: Log state of cross domain set after changing it 9 years ago
Kim Alvefur 5535c0fb48 mod_websocket: Make open_stream method behave like the one from util.xmppstream 9 years ago
Kim Alvefur 41ef96b42e mod_websocket: Include xml:lang attribute on stream <open> (fixes #840) 9 years ago
Kim Alvefur c99a49ae02 mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls (fixes #837) 9 years ago
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) 12 years ago