Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.
/ plugin-jabber Public archive

[NOT MAINTAINED] Jabber plugin for Kanboard

License

Notifications You must be signed in to change notification settings

kanboard/plugin-jabber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f3a2fd5 · Apr 5, 2020

History

19 Commits
Jun 18, 2018
Mar 2, 2017
Apr 12, 2018
May 8, 2016
Apr 12, 2018
Jan 30, 2016
Oct 17, 2015
Apr 12, 2018
Apr 12, 2018
Apr 5, 2020
Apr 12, 2018
Apr 12, 2018
Oct 17, 2015

Repository files navigation

Jabber/XMPP plugin for Kanboard

Receive Kanboard notifications on Jabber.

Author

  • Frederic Guillot
  • License MIT

Requirements

  • Kanboard >= 1.0.37
  • XMPP server

Installation

You have the choice between 3 methods:

  1. Install the plugin from the Kanboard plugin manager in one click
  2. Download the zip file and decompress everything under the directory plugins/Jabber
  3. Clone this repository into the folder plugins/Jabber

Note: Plugin folder is case-sensitive.

Configuration

XMPP Server Settings

Go to Settings > Integrations > Jabber and fill the form:

  • XMPP server address: Address of your Jabber server (tcp://jabber.example.com:5222)
  • Jabber domain: Jabber domain
  • Username: Kanboard username to connect to your Jabber server
  • Password: Kanboard password to connect to your Jabber server
  • Jabber nickname for Kanboard: nickname used by Kanboard

Receive individual user notifications

  • Go to your user profile then choose Integrations > Jabber
  • Enter your Jabber Id (JID), by example me@example.com
  • Then enable Jabber notifications in your profile: Notifications > Select Jabber

Receive project notifications to a room

Troubleshooting

  • Enable the debug mode
  • All connection errors with the XMPP server are recorded in the log files data/debug.log or syslog

Changes

Version 1.0.8

  • Update XMPP library
  • Update Documentation links

Version 1.0.7

  • Fix bug concerning task overdue events