From 53b5c00e625bf700a21be1a3e2070d3b23f1bef4 Mon Sep 17 00:00:00 2001 From: Yves Fischer Date: Sat, 3 Sep 2016 02:00:54 +0200 Subject: first test version --- rust/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 rust/README.md (limited to 'rust/README.md') diff --git a/rust/README.md b/rust/README.md new file mode 100644 index 0000000..8f2c1b9 --- /dev/null +++ b/rust/README.md @@ -0,0 +1,20 @@ +# auth-xmppessage + +### Compile + +It's written in rust, compile it with `cargo build` + +### Run + +``` +Usage: ./target/debug/auth_xmppmessage [options] + +Options: + -j, --jid JID bot jid + -p, --password PASSWORD + bot password + -u, --user USER add valid user + -s, --secret SECRET server secret for token generation + -t, --time HOURS Validity of the token in hours (default 48) + -h, --help print this help menu +``` \ No newline at end of file -- cgit v1.2.1