Updated Notify_Custom_XML (markdown)

Chris Caron 2021-10-14 20:28:12 -04:00
parent ab0444ab49
commit 82b37c093e

@ -31,11 +31,13 @@ The *MessageType* will be one of the following:
* **warning**: A warning report
### Syntax
Valid syntaxes are as follows:
Valid syntax is as follows:
* `xml://{hostname}`
* `xml://{hostname}:{port}`
* `xml://{user}:{password}@{hostname}`
* `xml://{user}:{password}@{hostname}:{port}`
The secure versions:
* `xmls://{hostname}`
* `xmls://{hostname}:{port}`
* `xmls://{user}:{password}@{hostname}`