From 27c02549c870680ea57a05757810ade80db42929 Mon Sep 17 00:00:00 2001 From: NikkyAI Date: Wed, 26 Aug 2020 22:27:00 +0200 Subject: Replace gorilla with melody for websocket API (#1205) --- matterbridge.toml.sample | 2 ++ 1 file changed, 2 insertions(+) (limited to 'matterbridge.toml.sample') diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 673500e2..7aeaec37 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1540,6 +1540,8 @@ Buffer=1000 #Bearer token used for authentication #curl -H "Authorization: Bearer token" http://localhost:4242/api/messages +# https://github.com/vi/websocat +# websocat -H="Authorization: Bearer token" ws://127.0.0.1:4242/api/websocket #OPTIONAL (no authorization if token is empty) Token="mytoken" -- cgit v1.2.3