summaryrefslogtreecommitdiff
path: root/rust/README.md
blob: 8f2c1b985ff9b1058b5905f395aa0e44ca36de52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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
```