Updated Notify_xmpp (markdown)

master
Chris Caron 2021-12-29 10:18:59 -05:00
parent a16b74935a
commit dd8ae636a9
1 changed files with 4 additions and 5 deletions

@ -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://**.