From 8921ba031ec814389ec86f6b83015603056dee92 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:49:43 -0400 Subject: [PATCH] Updated Notify_xmpp (markdown) --- Notify_xmpp.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ```