briar-headless: Address first round of review comments

This commit is contained in:
Torsten Grote
2018-09-20 17:32:32 -03:00
parent 4b5e9bd64f
commit c12cedc371
5 changed files with 26 additions and 10 deletions

View File

@@ -8,7 +8,7 @@ or to develop your own user interface for it.
## How to use
The REST API client comes as a `jar` file
and needs a Java Runtime Environment (JRE).
and needs a Java Runtime Environment (JRE) that supports at least Java 8.
It currently works only on GNU/Linux operating systems.
You can start the client (and its API server) like this:
@@ -152,6 +152,9 @@ You can test connecting to the websocket with curl:
--header "Sec-WebSocket-Version: 13" \
http://DZbfoUie8sjap7CSDR9y6cgJCojV+xUITTIFbgtAgqk=@127.0.0.1:7000/v1/ws
The headers are only required when testing with curl.
Your websocket client will most likely add these headers automatically.
### Receiving new private messages
When the Briar client receives a new private message,