mirror of https://github.com/caronc/apprise
Updated Notify_xmpp (markdown)
parent
002039a6b6
commit
35eb739dc3
|
@ -22,10 +22,10 @@ Secure connections should be referenced using **xmpps://** where as insecure con
|
||||||
### Parameter Breakdown
|
### Parameter Breakdown
|
||||||
| Variable | Required | Description
|
| Variable | Required | Description
|
||||||
| ----------- | -------- | -----------
|
| ----------- | -------- | -----------
|
||||||
| hostname | Yes | The server Emby is listening on.
|
| hostname | Yes | The server XMPP is listening on.
|
||||||
| port | No | The port the XMPP server is listening on By default the port is **5222** for **xmpp://** and **5223** for the secure **xmpps://** references.
|
| port | No | The port the XMPP server is listening on By default the port is **5222** for **xmpp://** and **5223** for the secure **xmpps://** references.
|
||||||
| userid | Yes | The account login used to build the JID with if one isn't specified.
|
| userid | Yes | The account login used to build the JID with if one isn't specified.
|
||||||
| password | yes | The password associated with the XMPP Server.
|
| password | Yes | The password associated with the XMPP Server.
|
||||||
| jid | no | The JID account to associate/authenticate with the XMPP Server. This is automatically detected/built from the {userid} and {hostname} if it isn't specified.
|
| jid | no | The JID account to associate/authenticate with the XMPP Server. This is automatically detected/built from the {userid} and {hostname} if it isn't specified.
|
||||||
| xep | no | The XEP specifications to include. By default **xep_0030** (Service Discovery) and **xep_0199** (XMPP Ping) if nothing is specified.
|
| xep | no | The XEP specifications to include. By default **xep_0030** (Service Discovery) and **xep_0199** (XMPP Ping) if nothing is specified.
|
||||||
| to | no | The JID to notify
|
| to | no | The JID to notify
|
||||||
|
|
Loading…
Reference in New Issue