aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: b476a0802ffbfd700b11eccba76d2496e50e9d28 (plain)
1
2
3
4
5
6
7
8
9
# MamHistoryLoader
## Build
Build using ant with the target "create_run_jar"
## Run
```
java -jar <YOUR-JID> <CONTACT-JID> [-debug] [-start dd.MM.yyyy] [-end dd.MM.yyyy] [-limit <MAX-MESSAGE-COUNT>]
```

The options -start and -limit cannot be used together.