From 69eedb909dbe8012ecb88a717d6e50ef921b32f4 Mon Sep 17 00:00:00 2001 From: Andreas Oetken Date: Fri, 19 Feb 2021 16:27:09 +0100 Subject: [PATCH] Components/XMPP: Allow multiple recipients for XMPP notification (#16231) Co-authored-by: Franck Nijhof Co-authored-by: Franck Nijhof --- source/_integrations/xmpp.markdown | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/source/_integrations/xmpp.markdown b/source/_integrations/xmpp.markdown index 4baa072715d..84e847e0a94 100644 --- a/source/_integrations/xmpp.markdown +++ b/source/_integrations/xmpp.markdown @@ -26,7 +26,9 @@ notify: platform: xmpp sender: YOUR_JID password: YOUR_JABBER_ACCOUNT_PASSWORD - recipient: YOUR_RECIPIENT + recipient: + - YOUR_RECIPIENT 1 + - YOUR_RECIPIENT 2 ``` {% configuration %} @@ -49,9 +51,9 @@ password: required: true type: string recipient: - description: The Jabber ID (JID) that will receive the messages. + description: The Jabber IDs (JID) that will receive the messages. required: true - type: string + type: [string, list] tls: description: Force TLS. required: false