18 lines
366 B
Markdown
18 lines
366 B
Markdown
# Hi from the main
|
|
|
|
## This is a silly thing stealing code from sendxmpp
|
|
|
|
To use this you must place a "creds" file with the folowing structure:
|
|
|
|
```plaintext
|
|
jid
|
|
password
|
|
```
|
|
|
|
The message is hardcoded in main.rs, could be changed to be pulled from the creds file but meh
|
|
|
|
The recipients are hardcoded strings into the main.rs in a vec! macro.
|
|
|
|
# License: Have fun
|
|
|