From 82b37c093eb953c8391bb667f7edc2577612bbd2 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Thu, 14 Oct 2021 20:28:12 -0400 Subject: [PATCH] Updated Notify_Custom_XML (markdown) --- Notify_Custom_XML.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Notify_Custom_XML.md b/Notify_Custom_XML.md index cdeba4c..fdc9a2f 100644 --- a/Notify_Custom_XML.md +++ b/Notify_Custom_XML.md @@ -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}`