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 )
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