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 158094 - Gaim doesn't support opening conversations on other protocols than AIM
Gaim doesn't support opening conversations on other protocols than AIM
Status: RESOLVED OBSOLETE
Product: beagle
Classification: Other
Component: General
unspecified
Other Linux
: Normal enhancement
: Upstream
Assigned To: Beagle Bugs
Beagle Bugs
Depends on:
Blocks:
 
 
Reported: 2004-11-12 21:20 UTC by Nat Friedman
Modified: 2007-12-03 21:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add a protocol property to ImLogs when indexed (498 bytes, patch)
2005-01-27 22:36 UTC, Edward Cho
none Details | Review
Set Protocol to the protocol used instead of "gaim" for everything (1.81 KB, patch)
2005-01-27 22:37 UTC, Edward Cho
none Details | Review
Fix uri formatting for gaim-remote (450 bytes, patch)
2005-01-27 22:39 UTC, Edward Cho
rejected Details | Review
Use the protocol property in a Hit to send an IM via the same protocol (549 bytes, patch)
2005-01-27 22:40 UTC, Edward Cho
none Details | Review
Enable open conversation in gaim-remote (6.26 KB, patch)
2005-01-30 21:01 UTC, Nicolas Trangez
reviewed Details | Review
!WARNING! this patch does more than just the gaim stuff (sorry) - Enables the "Open IM" action in ImLog Tile (3.20 KB, patch)
2005-01-30 21:03 UTC, Nicolas Trangez
rejected Details | Review

Description Nat Friedman 2004-11-12 21:20:03 UTC
Extend gaim remoting support to allow send to for non AIM accounts
Comment 1 Joe Shaw 2004-12-01 22:52:16 UTC
Filter out "joe milestone spam" to ignore these.

Moving milestones from versions to target milestones, and adding in actual versions
Comment 2 Edward Cho 2005-01-27 22:36:07 UTC
Created attachment 36621 [details] [review]
Add a protocol property to ImLogs when indexed
Comment 3 Edward Cho 2005-01-27 22:37:32 UTC
Created attachment 36622 [details] [review]
Set Protocol to the protocol used instead of "gaim" for everything
Comment 4 Edward Cho 2005-01-27 22:39:29 UTC
Created attachment 36623 [details] [review]
Fix uri formatting for gaim-remote
Comment 5 Edward Cho 2005-01-27 22:40:56 UTC
Created attachment 36624 [details] [review]
Use the protocol property in a Hit to send an IM via the same protocol
Comment 6 Edward Cho 2005-01-27 22:46:59 UTC
I am also in the midst of extending the gaim-remote plugin, since it only
supports gaim uris over AIM (e.g. aim:goim?screenname=foo).  I have a WIP patch
handling MSN and Yahoo uris at the moment, and I should have a complete patch to
submit to Gaim's devs soon.
Comment 7 Nicolas Trangez 2005-01-30 20:58:53 UTC
I wrote a patch for Gaim (1.1.2) and corresponding gaim-remote, to enable
opening of conversation windows.
Also included a Beagle tile patch for it.

I reverted the "use multiple functions depending on protocol" stuff, because
thats not necessary ;)

Beagle diff against beagle-cvs 30.01.05
Gaim diff against Gaim-1.1.2 release, should apply on top of 1.1.1 too, didn't
test other versions.
Comment 8 Nicolas Trangez 2005-01-30 21:01:28 UTC
Created attachment 36739 [details] [review]
Enable open conversation in gaim-remote
Comment 9 Nicolas Trangez 2005-01-30 21:03:09 UTC
Created attachment 36740 [details] [review]
!WARNING! this patch does more than just the gaim stuff (sorry) - Enables the "Open IM" action in ImLog Tile
Comment 10 Lukas Lipka 2005-02-02 15:15:49 UTC
Comment on attachment 36740 [details] [review]
!WARNING! this patch does more than just the gaim stuff (sorry) - Enables the "Open IM" action in ImLog Tile

Good parts of this were hand commited.
Comment 11 Lukas Lipka 2005-02-02 15:18:00 UTC
Comment on attachment 36623 [details] [review]
Fix uri formatting for gaim-remote

I already fixed this in CVS.
Comment 12 Fredrik Hedberg 2005-03-11 22:53:31 UTC
Added workarounds in CVS, moving bug from Milestone 1 and renaming it.
Comment 13 Fredrik Hedberg 2005-03-11 22:54:46 UTC
Some more info for the curious.
http://sourceforge.net/mailarchive/message.php?msg_id=11068520
Comment 14 Joe Shaw 2005-05-20 21:12:49 UTC
Is this still an issue?  Does the gaim-remote still lack the ability to specify
a protocol?
Comment 15 Fredrik Hedberg 2005-05-20 21:52:48 UTC
By what I understood by the previously mentioned email thread, gaim-remote (or
more specifically the CUI protocol used by it) wont ever support stuff for other
protocols than AIM since it emulates the commands from the native AIM client (?)

However, I think the goal was to do something fancy with D-Bus. No clue how that
went though. Anybody?
Comment 16 Joe Shaw 2005-05-20 22:08:43 UTC
The thread seems to be about fairly UI specific things.  The original patch
that's being referred to is actually toggling the display of the buddy list.  I
don't think it has anything to do with which protocols are used.  So other than
the fact that gaim-remote might be completely rewritten, I'm not sure it impacts
us directly.
Comment 17 Joe Shaw 2005-08-22 20:54:57 UTC
Apparently there is a new gaim-remote which uses dbus that can provide this
functionality.  I haven't looked into it though.
Comment 18 Stephane Loeuillet 2005-09-04 14:39:26 UTC
The link of this work-in-progress is there :
http://gaim.sourceforge.net/summerofcode/piotr/

yes, Google sponsored it

i suppose it is already in a CVS branch of gaim, scheduled for next release
(1.6.0 or 2.0.0 ?)
Comment 19 Nicolas Trangez 2005-09-04 17:32:43 UTC
There is DBUS stuff in gaim-cvs HEAD (which should become 2.0). Dunno about the
1.x branch
Comment 20 Joe Shaw 2005-11-04 20:36:58 UTC
Adjusting milestone to "Upstream", because it depends on upstream work and a
reasonably well-deployed release.
Comment 21 Richard Laager 2006-04-08 21:12:15 UTC
Upstream update: There have been three betas of Gaim 2.0.0 that include the DBUS functionality.
Comment 22 Joe Shaw 2006-05-31 22:30:33 UTC
Setting status on some of the attachments.
Comment 23 Lukas Lipka 2007-12-03 21:41:13 UTC
beagle-search no longer requires this.