From dd8ae636a91628a2fa97934bec6c5be2aa0eb360 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Wed, 29 Dec 2021 10:18:59 -0500 Subject: [PATCH] Updated Notify_xmpp (markdown) --- Notify_xmpp.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Notify_xmpp.md b/Notify_xmpp.md index baf1246..c550a66 100644 --- a/Notify_xmpp.md +++ b/Notify_xmpp.md @@ -11,11 +11,10 @@ pip install sleekxmpp ### Syntax Valid syntaxes are as follows: -* **xmpp**://**{password}**@**{hostname}**:**{port}** -* **xmpps**://**{userid}**:**{password}**@**{hostname}** -* **xmpps**://**{password}**@**{hostname}**:**{port}**?**jid={jid}** -* **xmpps**://**{password}**@**{hostname}**?**jid={jid}** -* **xmpps**://**{password}**@**{hostname}**/**{jid1}**/**{jid2}**/**{jidN}**/... +* `xmpp://{user}/{password}@{hostname}` +* `xmpps://{user}/{password}@{hostname}` +* `xmpp://{user}/{password}@{hostname}/{jid}` +* `xmpp://{user}/{password}@{hostname}/{jid1}/{jid2}/{jidN}` Secure connections should be referenced using **xmpps://** where as insecure connections should be referenced via **xmpp://**.