488: Instant messaging integration

roelof******@gmai***** (Google Code) (Is this you? Claim this profile.)
1357
integration with instant messaging, e.g. xmpp/jabber would allow for
real-time collaboration. some high level ideas:

* send IM instead of e-mails to notify of new review requests, updates of
reviews, etc. the message should include an url. if a reviewboard bot is
provided one could send IM/e-mail based on the presence status of a contact.
* allow a reviewer to invite other team members for a discussion (chat
rooms). this chat room may be an instant room (see
http://www.xmpp.org/extensions/xep-0045.html#createroom)
* optionally log all status updates, review requests, etc. to a chat room.
this will allow one to keep a complete log. would be really great if one
could specify a chat room per component or project (or any other
granularity suitable to the project).
* using of adhoc commands (http://www.xmpp.org/extensions/xep-0050.html)
one may query a reviewboard bot for reports, current status, etc.
david
#1 david
  • -Type-Defect
    +Type-Enhancement
chipx86
#2 chipx86
This would be best done as an extension.
  • +ExtensionIdea
david
#3 david
  • +Component-Integration
#5 horati******@gmai***** (Google Code) (Is this you? Claim this profile.)
An first release for an XMPP Notification extension is now available at:

https://github.com/iconoeugen/rb-xmpp-notification

Check the INSTALL file for details.
chipx86
#6 chipx86
That's very cool. You should feel free to announce it on reviewboard@googlegroups.com and see if you can get some usage and feedback on it.

In the future, we're looking to build a catalogue of extensions that people can download, but that's pretty far away right now.
david
#7 david

I feel like our modern chat integrations cover this pretty well.

  • -New
    +Fixed