This CLI is just for demostration and does not support TLS.
To create a TLS Client refer the SAM Instant Messenger Library and use the tests for documentation.
first ensure that the SAM server is running without TLS and then:
To run sam cli do:
cargo run -- alice 127.0.0.1:8080 127.0.0.1:8080If you want to use a proxy for websocket:
cargo run -- alice 127.0.0.1:8080 127.0.0.1:8081for help do:
cargo run -- --help