No description
Find a file
2025-01-09 12:22:49 +01:00
.vscode makes a maven project out of it 2025-01-06 18:06:47 +01:00
src/main/java/de/thedevstack/xmpp/mamloader removes unused code 2025-01-09 12:22:49 +01:00
test/java/de/thedevstack/xmpp makes a maven project out of it 2025-01-06 18:06:47 +01:00
.gitattributes adds new files to gitignore and force lf eol 2025-01-06 16:51:46 +01:00
.gitignore makes a maven project out of it 2025-01-06 18:06:47 +01:00
pom.xml introduces picocli to handle command line args 2025-01-09 12:20:57 +01:00
README.md Try to escape _ in markdown 2025-01-06 16:41:03 +01:00

MamHistoryLoader

Build

Build using ant with the target "create_run_jar"

Run

java -jar MamHistoryLoader.jar <YOUR-JID> <CONTACT-JID> [-debug] [-from dd.MM.yyyy] [-to dd.MM.yyyy] [-limit <MAX-MESSAGE-COUNT>]

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