Kim Alvefur
2b8caf8dac
plugins: Remove tostring call from logging
...
Taken care of by loggingmanager now
Mass-rewrite using lua pattern like `tostring%b()`
2019-07-30 02:29:36 +02:00
Kim Alvefur
412505d3c9
Merge 0.11->trunk
2019-07-28 16:43:47 +02:00
Kim Alvefur
022198143d
mod_websocket: Clone stanza before mutating ( fixes #1398 )
...
Checking for `stanza.attr.xmlns == nil` to determine if the stanza
object is an actual stanza (`<message>`, `<presence>` or `<iq>` in the
`jabber:client` or `jabbber:server` namespace) or some other stream
element.
Since this mutation is not reverted, it may leak to other places and
cause them to mistreat stanzas as stream elements. Especially in cases
like MUC where a single stanza is broadcast to many recipients.
2019-07-20 04:19:58 +02:00
Kim Alvefur
d692102013
mod_websocket: Log an error if cross_domain_websocket = true is set in a VirtualHost section
2019-01-22 10:41:00 +01:00
Kim Alvefur
62082d5832
mod_websocket: Include the value of cross_domain_websocket in debug message
2019-01-18 18:37:04 +01:00
Kim Alvefur
0cf46e37a7
mod_websocket: Silence the one warning instead of ignoring the entire file
2018-09-30 17:55:13 +02:00
Kim Alvefur
6e9777081f
mod_websocket: Serve HTTP in global context
2018-09-22 00:02:16 +02:00
Matthew Wild
fb374134fd
Merge 0.10 -> trunk
...
This commit intentionally drops changes from c2b99fa134b3
and 8da11142fabf which are based on older MUC code.
2018-05-16 23:50:08 +01:00
Kim Alvefur
e4a558af46
mod_websocket: Transfer IP address derived by mod_http
2018-03-15 17:52:11 +01:00
Kim Alvefur
8c3f6bd236
mod_websocket: Convert set to string (syslog sink needs a better fix)
2017-05-16 17:52:29 +02:00
Kim Alvefur
59fa0c1c44
mod_websocket: Log state of cross domain set after changing it
2017-04-03 17:14:34 +02:00
Matthew Wild
9bd948919b
mod_websocket: Store the request object on the session for use by other modules
2018-05-08 07:11:33 +01:00
Kim Alvefur
5535c0fb48
mod_websocket: Make open_stream method behave like the one from util.xmppstream
2017-03-02 03:03:25 +01:00
Kim Alvefur
41ef96b42e
mod_websocket: Include xml:lang attribute on stream <open> ( fixes #840 )
2017-03-02 03:03:04 +01:00
Kim Alvefur
c99a49ae02
mod_websocket: Set connections starttls method to false to prevent mod_tls from offering starttls ( fixes #837 )
2017-02-25 02:15:15 +01:00
Kim Alvefur
cc617421b1
mod_websocket: Allow per-host cross_domain_websocket, defaulting to the base URL of the current host
2016-12-05 12:23:51 +01:00
Kim Alvefur
a6443e8ff3
mod_websocket: Add the base URL of each host module is enabled on to 'cross_domain_websocket'
2016-12-05 12:23:41 +01:00
Kim Alvefur
947faa1ccd
mod_websocket: Verify that the client-sent Origin header matches cross_domain_websocket ( fixes #652 )
2016-12-05 12:22:41 +01:00
Kim Alvefur
de2540b480
mod_websocket: Use contains_token from util.http for checking if the requested WebSocket sub-protocols include XMPP
2016-12-04 11:57:26 +01:00
Kim Alvefur
499ca748ea
mod_websocket: Add some debug messages
2016-12-04 11:52:22 +01:00
Kim Alvefur
500d7efbf4
mod_websocket: Set FIN flag on ping frames ( fixes #773 )
2016-11-04 13:28:10 +01:00
Kim Alvefur
86ece22c8c
mod_websocket: Fix read timeout handler (thanks mt)
2016-04-06 14:44:51 +02:00
Kim Alvefur
921c695338
mod_websocket: Send a ping on read timeout
2016-03-23 23:21:03 +01:00
Kim Alvefur
b69db0deff
mod_websocket: Remove warning about unsolicited pong frames "MAY be sent unsolicited" per RFC 6455 (thanks mt)
2016-03-23 14:31:35 +01:00
Kim Alvefur
6a52a3feac
mod_websocket: Make sure stanza xmlns filter runs late in the chain
2016-03-18 00:08:33 +01:00
Kim Alvefur
8a93612482
mod_websocket: Silence luacheck warnings
2015-10-06 15:30:25 +02:00
Kim Alvefur
7284b55cc0
mod_websocket: Import util.timer and session close timeout config option (thanks fairuz)
2015-10-06 15:27:39 +02:00
Kim Alvefur
ffb9f937a1
mod_websocket: Import sessionmanager (fixes traceback)
2015-08-21 11:26:34 +02:00
Florian Zeitz
25bb15fc74
mod_websocket: Initial commit (based on the prosody-modules version)
2014-09-05 03:47:39 +02:00
Kim Alvefur
814eebb672
mod_bosh, mod_websocket: Remove accidentally included dependency on non-existant module
2019-01-19 20:03:04 +01:00
Kim Alvefur
26542811ea
mod_websocket: Drop CORS code in favor of that in mod_http
...
Like for mod_bosh, deprecates consider_websocket_secure and depend on
mod_http_crossdomain if it is set.
2018-10-04 12:24:08 +02:00