From a0672edaeaf9f4da0e9f6bf6dbe787e1386fa713 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 11 Jul 2020 17:59:10 +0200 Subject: Update README.md to refer to protocol documentation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index dda64d4..d41d4bc 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ tomsg is a simple chat server with a couple of clients: a webpage, a [weechat](https://weechat.org/) plugin and an Android app. Its main interface is over a TCP socket, but there is a websocket bridge to support web access. There is basically no security. The storage backend is an SQLite database. + +The client-server protocol is documented in `protocol.md`; however, for +security, clients should always connect through either the SSH proxy or the +websocket proxy behind an SSL terminator. -- cgit v1.2.3-54-g00ecf