Updated Notify_xmpp (markdown)

master
Chris Caron 2020-08-03 09:49:43 -04:00
parent 4c85551f83
commit 8921ba031e
1 changed files with 2 additions and 1 deletions

@ -37,5 +37,6 @@ Send a XMPP notification to our server listening on port 5223:
# Assuming the jid is user@localhost # Assuming the jid is user@localhost
# - constructed using {hostname} and {userid} # - constructed using {hostname} and {userid}
# Assuming the xmpp {password} is abc123 # Assuming the xmpp {password} is abc123
apprise xmpp://user:abc123@localhost apprise -vv -t "Test Message Title" -b "Test Message Body" \
xmpp://user:abc123@localhost
``` ```