diff --git a/Notify_xmpp.md b/Notify_xmpp.md index 5b6bb9c..baf1246 100644 --- a/Notify_xmpp.md +++ b/Notify_xmpp.md @@ -37,5 +37,6 @@ Send a XMPP notification to our server listening on port 5223: # Assuming the jid is user@localhost # - constructed using {hostname} and {userid} # 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 ```