Bug 121292 - WISH: fish should be proposed to be used by zeroconf:/ discovered services
Summary: WISH: fish should be proposed to be used by zeroconf:/ discovered services
Status: RESOLVED FIXED
Alias: None
Product: kio
Classification: Frameworks and Libraries
Component: zeroconf (show other bugs)
Version: unspecified
Platform: Mandriva RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: Jakub Stachowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-03 15:49 UTC by Michael Scherer
Modified: 2008-03-03 21:19 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scherer 2006-02-03 15:49:51 UTC
Version:            (using KDE KDE 3.5.1)
Installed from:    Mandriva RPMs

Currently, a computer using dns-sd to broadcast the presence of a ssh server will be opened by ssh:// protocol helper, as this is the name of the protocol, as explained in
http://websvn.kde.org/trunk/KDE/kdenetwork/kdnssd/ioslave/CONFIG_FORMAT?rev=409203&view=markup

However, a ssh server could also be used with fish://, but the current format do not allow this, as only one type of url can be associated with a type of service.

So, since both protocol could be used, i think both should be proposed.

( and i am reporting against kio because there is no kdnssd product or any other product that seems to be more suitable to me, sorry if this is the wrong product )
Comment 1 Jakub Stachowski 2008-03-03 21:19:30 UTC
SVN commit 781887 by qbast: 
 
 Make it actually work. Also some changes: 
 - removed support for helper protocols. They don't  belong to ioslave - maybe plasma applet 
 - use hardcoded protocols. Configurability is good but let's not go overboard. 
 - added fish:// support 
 - temporarily removed support for multiple domains (default domain is always used) - kdirmodel 
   does not like listing zeroconf://domain/_ftp._tcp/name from inside zeroconf:/_ftp._tcp/ 
 
 BUGS: 158703, 121292 
 
 
 
  M  +0 -1      CMakeLists.txt   
  D             CONFIG_FORMAT   
  D             _ftp._tcp   
  D             _http._tcp   
  D             _ldap._tcp   
  D             _nfs._tcp   
  D             _sftp-ssh._tcp   
  D             _ssh._tcp   
  D             _telnet._tcp   
  D             _webdav._tcp   
  M  +51 -127   dnssd.cpp   
  M  +23 -17    dnssd.h   
 
 
 WebSVN link: http://websvn.kde.org/?view=rev&revision=781887