diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-10-17 22:19:49 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-10-17 22:19:49 -0400 |
commit | 09da289c2fb18475f372bee24e885617da484e0b (patch) | |
tree | 95d1869ba3236ccdd9234d7909fc16c495c84d44 /doc/notifications.markdown | |
parent | 9283fb88d80cb355ff98364a9a57b657fc511d98 (diff) |
Move slack, hipchat and jabber integrations to plugins
Diffstat (limited to 'doc/notifications.markdown')
-rw-r--r-- | doc/notifications.markdown | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/notifications.markdown b/doc/notifications.markdown index 937060da..55ba94bb 100644 --- a/doc/notifications.markdown +++ b/doc/notifications.markdown @@ -4,14 +4,9 @@ Notifications Kanboard is able to send notifications through several channels: - Email -- Web -- Jabber/XMPP -- Hipchat -- Slack +- Web (List of unread messages) -Actually, Jabber/Hipchat/Slack notifications are sent to a room or group channel because they are configured at the project level. - -However, email or web notifications are sent to an individual person. +External plugins allow you to send notifications to Slack, Hipchat, Jabber or any chat system. Configuration ------------- |