mirror of https://github.com/caronc/apprise
Updated Notify_xmpp (markdown)
parent
a16b74935a
commit
dd8ae636a9
|
@ -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://**.
|
||||
|
||||
|
|
Loading…
Reference in New Issue