mirror of
https://salsa.debian.org/mdosch/go-sendxmpp
synced 2024-11-18 21:25:31 +00:00
Clean up example in README.
`-j` should usually not be necessary if the server is correctly configured. So this is removed from the example where it was used.
This commit is contained in:
parent
b2e0be8024
commit
9c981474da
@ -138,7 +138,7 @@ cat message.txt | ./go-sendxmpp -f ./sendxmpp recipient1@example.com recipient2@
|
||||
Send a message to two recipients directly defining account credentials.
|
||||
|
||||
```bash
|
||||
cat message.txt | ./go-sendxmpp -u bob@example.com -j example.com -p swordfish recipient1@example.com recipient2@example.com
|
||||
cat message.txt | ./go-sendxmpp -u bob@example.com -p swordfish recipient1@example.com recipient2@example.com
|
||||
```
|
||||
|
||||
Send a message to two groupchats (`-c`) using a configuration file.
|
||||
|
Loading…
Reference in New Issue
Block a user