From 2fdc9caeb4649af80539f1f89ec7a9f9f6e95152 Mon Sep 17 00:00:00 2001 From: Mohammad Emran Hasan Date: Thu, 30 Apr 2020 15:42:31 +0600 Subject: [PATCH] [Notifier] Add Zulip entry --- notifier.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/notifier.rst b/notifier.rst index f832cd01780..daba65356de 100644 --- a/notifier.rst +++ b/notifier.rst @@ -125,14 +125,15 @@ 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://default/ID`` Telegram ``symfony/telegram-notifier`` ``telegram://TOKEN@default?channel=CHAT_ID`` Mattermost ``symfony/mattermost-notifier`` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL`` RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL`` -========== =============================== ============================================ +Zulip ``symfony/zulip-notifier`` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=CHANNEL`` +========== =============================== ================================================= .. versionadded:: 5.1 @@ -140,6 +141,10 @@ RocketChat ``symfony/rocketchat-notifier`` ``rocketchat://TOKEN@ENDPOINT?chann 5.1. The Slack DSN changed in Symfony 5.1 to use Slack Incoming Webhooks instead of legacy tokens. +.. versionadded:: 5.2 + + The Zulip integration was introduced in Symfony 5.2. + Chatters are configured using the ``chatter_transports`` setting: .. code-block:: bash