nextcloud-spreed-signaling/proxy
Daniel Calviño Sánchez e86baba54d Discard unneeded messages based on their "sid" parameter
If a message includes a "sid" parameter and it does not match the one
from the publisher or the subscriber the message is ignored. However, if
the message does not include a "sid" parameter it is processed just like
before for backwards compatibility.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2022-04-27 11:14:59 +02:00
..
main.go No need to include trailing newline in log messages. 2021-06-04 16:42:17 +02:00
proxy_client.go Switch dependency tracking to Go modules. 2021-04-09 16:15:00 +02:00
proxy_server.go Discard unneeded messages based on their "sid" parameter 2022-04-27 11:14:59 +02:00
proxy_server_test.go Use "T.Cleanup()" instead of manually deferred shutdown function. 2022-04-05 12:57:40 +02:00
proxy_session.go Add specific ID for connections 2022-04-27 11:14:59 +02:00
proxy_stats_prometheus.go Add prometheus metrics. 2021-08-10 08:50:39 +02:00
proxy_tokens.go Switch dependency tracking to Go modules. 2021-04-09 16:15:00 +02:00
proxy_tokens_etcd.go Update etcd to v3.5.1 2022-04-05 11:16:38 +02:00
proxy_tokens_static.go Stop using deprecated ioutil package. 2022-04-05 12:48:27 +02:00