Open
Bug 348269
Opened 18 years ago
Updated 5 years ago
Allow notifications via XMPP (formerly Jabber) / instant messenger
Categories
(Bugzilla :: Email Notifications, enhancement)
Bugzilla
Email Notifications
Tracking
()
NEW
People
(Reporter: davidf, Unassigned)
Details
Attachments
(3 files)
1.06 KB,
patch
|
Details | Diff | Splinter Review | |
587 bytes,
text/plain
|
Details | |
1.44 KB,
text/plain
|
Details |
It is quite helpful to us as a development team to be able to get instant notifications on bug changes, and jabber does that better than email.
I have a patch to an old version of Bugzilla that did this, which I'd like to update, but it seems to make sense to do this in a customizable way as there is no hook for it.
Basically instead of sending all the contents that go into the email we just send the subject as a jabber message. This also requires a way of looking up the user's jabber address from their account (in our case their email and jabber addresses are the same which makes life easier).
Is there a way to create a hook for this kind of action?
Comment 1•18 years ago
|
||
This will be very usefull feature for me too. In our company internal jabber server in use.
> I have a patch to an old version of Bugzilla that did this
David, can you attach this patch?
Reporter | ||
Comment 2•18 years ago
|
||
Attached the simple patch in Bugzilla 2.18 that enabled this functionality by calling a Python script (will attach too, but once you have the ability to run a process at the right point this is fairly easy...)
Reporter | ||
Comment 3•18 years ago
|
||
added the simple script that uses a python module to blast off a jabber message...
Reporter | ||
Comment 4•18 years ago
|
||
for completeness including the simple module I use to send off the message - this uses a Python xmpp library to do it (search the web if you want to try use it...)
Comment 5•18 years ago
|
||
Cool plan that. Next up: SMS! :)
Comment 6•18 years ago
|
||
> Cool plan that. Next up: SMS! :)
Some jabber gates can send SMS, so it is possible :)
Updated•11 years ago
|
Summary: Allow notifications via jabber / instant messenger → Allow notifications via XMPP (formerly Jabber) / instant messenger
You need to log in
before you can comment on or make changes to this bug.
Description
•