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 ### Syntax
Valid syntaxes are as follows: Valid syntaxes are as follows:
* **xmpp**://**{password}**@**{hostname}**:**{port}** * `xmpp://{user}/{password}@{hostname}`
* **xmpps**://**{userid}**:**{password}**@**{hostname}** * `xmpps://{user}/{password}@{hostname}`
* **xmpps**://**{password}**@**{hostname}**:**{port}**?**jid={jid}** * `xmpp://{user}/{password}@{hostname}/{jid}`
* **xmpps**://**{password}**@**{hostname}**?**jid={jid}** * `xmpp://{user}/{password}@{hostname}/{jid1}/{jid2}/{jidN}`
* **xmpps**://**{password}**@**{hostname}**/**{jid1}**/**{jid2}**/**{jidN}**/...
Secure connections should be referenced using **xmpps://** where as insecure connections should be referenced via **xmpp://**. Secure connections should be referenced using **xmpps://** where as insecure connections should be referenced via **xmpp://**.