File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -125,14 +125,19 @@ The chat channel is used to send chat messages to users by using
125125:class: `Symfony\\ Component\\ Notifier\\ Chatter ` classes. Symfony provides
126126integration with these chat services:
127127
128- ========== =============================== ============================================
128+ ========== =============================== ================================================
129129Service Package DSN
130- ========== =============================== ============================================
130+ ========== =============================== ================================================
131131Slack ``symfony/slack-notifier `` ``slack://default/ID ``
132132Telegram ``symfony/telegram-notifier `` ``telegram://TOKEN@default?channel=CHAT_ID ``
133133Mattermost ``symfony/mattermost-notifier `` ``mattermost://TOKEN@ENDPOINT?channel=CHANNEL ``
134134RocketChat ``symfony/rocketchat-notifier `` ``rocketchat://TOKEN@ENDPOINT?channel=CHANNEL ``
135- ========== =============================== ============================================
135+ Zulip ``symfony/zulip-notifier `` ``zulip://EMAIL:APIKEY@ENDPOINT?channel=STREAM ``
136+ ========== =============================== ================================================
137+
138+ .. versionadded :: 5.2
139+
140+ The Zulip integration was introduced in Symfony 5.2.
136141
137142.. versionadded :: 5.1
138143
You can’t perform that action at this time.
0 commit comments