After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 353815 - Rhythmbox can't send a Jabber notification according to JEP-0118
Rhythmbox can't send a Jabber notification according to JEP-0118
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-01 10:42 UTC by Vassilis Pandis
Modified: 2007-02-23 00:12 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Vassilis Pandis 2006-09-01 10:42:55 UTC
Hello! This is a request for enhancement originally reported on the Ubuntu bug tracker. You can find the original bug report at http://launchpad.net/bugs/57913 . Thanks in advance.

This would be a great feature if Rhythmbox could send a Jabber notification to update the current song, according to User Tune Jabber Enhancement Proposal http://www.jabber.org/jeps/jep-0118.html
Comment 1 Jonathan Matthew 2006-09-01 11:06:39 UTC
How are we supposed to do this?  Is there a standard jabber client library or something?  Is there some sample code for this sort of thing?
Comment 2 Gilles Dartiguelongue 2006-11-05 18:41:42 UTC
After a quick overview of the xep, it seems this could be implemented by just throwing the infos of the currently playing song on the session bus. This could be then caught by some shiny jabber client that would do whatever is needed with it.
Comment 3 Jonathan Matthew 2006-11-05 20:34:28 UTC
This is already possible with the existing rhythmbox dbus interface.
Comment 4 Sebastien Bacher 2007-02-23 00:12:25 UTC
comment from the Ubuntu bug submitter on launchpad:

"Since Rhythmbox provide nice D-Bus fonctions, Jabber clients can easily implement such an specification, as Gajim did
http://trac.gajim.org/browser/branches/gajim_0.11/ChangeLog

Thus, I think this bug should be closed."

Marking the bug fixed, the dbus interface does the job