2017-11-17 19:29:23 +01:00
|
|
|
# MamHistoryLoader
|
|
|
|
## Build
|
2025-01-06 16:41:03 +01:00
|
|
|
Build using ant with the target "create\_run\_jar"
|
2017-11-17 19:29:23 +01:00
|
|
|
## Run
|
|
|
|
```
|
2025-01-06 16:41:03 +01:00
|
|
|
java -jar MamHistoryLoader.jar <YOUR-JID> <CONTACT-JID> [-debug] [-from dd.MM.yyyy] [-to dd.MM.yyyy] [-limit <MAX-MESSAGE-COUNT>]
|
2017-11-17 19:29:23 +01:00
|
|
|
```
|
2017-11-17 19:32:01 +01:00
|
|
|
|
2025-01-06 16:41:03 +01:00
|
|
|
The options -from and -limit cannot be used together.
|