Bug 256713 - Send to Kopete contact tool
Summary: Send to Kopete contact tool
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Generic-WishForNewTools (show other bugs)
Version: 1.5.0
Platform: Unlisted Binaries Linux
: NOR wishlist
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-12 16:46 UTC by Pau Garcia i Quiles
Modified: 2017-08-18 13:26 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 1.7.0


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pau Garcia i Quiles 2010-11-12 16:46:09 UTC
Version:           unspecified
OS:                Linux

Note to self: Add Send file(s) to a Kopete contact plugin. Should be easy to implement using DBUS.

Reproducible: Always




DBUS:

Kopete -> org.kde.Kopete -> contacts

then for each contact:

Kopete -> org.kde.Kopete -> isContactOnline

If it is, show in list

To send file to contact:

Kopete -> org.kde.Kopete -> sendFile

Info for trader, from kopete.desktop:

Categories=Qt;KDE;Network;InstantMessaging;
X-DBUS-StartupType=Unique
X-KDE-ServiceTypes=DBUS/InstantMessenger
Comment 1 Pau Garcia i Quiles 2010-12-13 11:47:48 UTC
SVN commit 1206088 by pgquiles:

Explicitly disallow file transfers for Facebook contacts. 

A better, more generic solution would be to check whether the Jabber server 
supports (allows?) file transfer, but I don't know XMPP or Kopete enough to 
do that and, well, this itches my scratch.

BUG: 256713



 M  +7 -0      jabbercontactpool.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1206088