Review Board XMPP Notification Extension
Review Board XMPP Notification Extension
========================================

Review Board XMPP Notification Extension enhance the functionality of Review Board
by integration with instant messaging, e.g. xmpp/jabber would allow for
real-time collaboration, send IM instead of e-mails to notify of new review requests,
updates of reviews, etc.

Review Board is a web-based review tool designed to help projects and companies
keep track of pending code changes and make reviews of code, graphics, and more
much less painful and time-consuming. It's generic enough to use in any
project, and works at companies and organizations of any size.

Source code for this Review Board Extension is available on
https://github.com/iconoeugen/rb-xmpp-notification

Information on usage and installation of Review Board can be found on
http://www.reviewboard.org/docs/manual/dev/

General information on the Review Board is available on
http://www.reviewboard.org/

Review Board XMPP Notification Extension Installation
=========================

Install RBXmppNotification

    using pip:

        sudo pip install RBXmppNotification

    using easy_install:

        sudo easy_install RBXmppNotification

    from source:

        git clone https://github.com/iconoeugen/rb-xmpp-notification
        cd RBXmppNotification
        sudo python setup.py build install

Restart your web server running review board

Login in to review board as administrator
    Go to Admin panel -> Extensions
    In the 'MANAGE EXTENSIONS' page, enable 'RBXmppNotification'
    Configure 'RBXmppNotification' with the XMPP server and sender details.
    Click on 'Save'

For installation instructions, please see
http://www.reviewboard.org/docs/manual/dev/admin/