From 3bd5be3330d1666d0ea183d3fb65c73b5e1833ee Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Tue, 11 Feb 2020 13:34:26 +0100 Subject: [PATCH] [Notifier] Added the Mattermost and RocketChat integrations --- notifier.rst | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/notifier.rst b/notifier.rst index 986b5481c9e..07adf1779d1 100644 --- a/notifier.rst +++ b/notifier.rst @@ -115,12 +115,18 @@ The chat channel is used to send chat messages to users by using :class:`Symfony\\Component\\Notifier\\Chatter` classes. Symfony provides integration with these chat services: -======== ============================= ============================================ -Service Package DSN -======== ============================= ============================================ -Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL`` -Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID`` -======== ============================= ============================================ +========== =============================== ============================================ +Service Package DSN +========== =============================== ============================================ +Slack ``symfony/slack-notifier`` ``slack://TOKEN@default?channel=CHANNEL`` +Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID`` +Mattermost ``symfony/mattermost-notifier`` ``mattermost://ENDPOINT?channel=CHANNEL`` +RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://ENDPOINT?channel=CHANNEL`` +========== =============================== ============================================ + +.. versionadded:: 5.1 + + The Mattermost and RocketChat integrations were introduced in Symfony 5.1. Chatters are configured using the ``chatter_transports`` setting: