fix tricky regression noticed by Vyacheslav Tokarev on Google Reader.
[kdelibs.git] / dnssd / Mainpage.dox
blob76b0c1f9b6c432be3ef365ed9c2f2e12d5bb1a37
1 /** @mainpage DNSSD
3 <p>DNSSD is a library for handling the DNS-based Service Discovery Protocol (DNS-SD),
4 the layer of <a href="http://www.zeroconf.org">Zeroconf</a> that allows network
5 services, such as printers, to be discovered without any user intervention or
6 centralized infrastructure.</p>
8 Apple's implementation of Zeroconf is
9 <a href="http://www.apple.com/macosx/technology/bonjour.html">Bonjour</a>.
10 Apple's developer documentation provides lots of information about Bonjour
11 in its <a href="http://developer.apple.com/documentation/Cocoa/Conceptual/NetServices/Articles/about.html#//apple_ref/doc/uid/TP40002458-SW1">Bonjour overview</a>.
13 If you are writing an application that wants to discover services on the network,
14 use DNSSD::ServiceBrowser.  You can also find available service types using ServiceTypeBrowser.
16 If you want to announce the availability of a service provided by your application,
17 use DNSSD::PublicService.
19 DNSSD::DomainBrowser allows you to find domains (other than the local one) recommended
20 for browsing or publishing to.
22 Note that DNSSD::ServiceBrowser::isAvailable() provides information about the availability
23 of the services provided by this library generally, not just for browsing services.
25 @authors
26 Jakub Stachowski
28 @maintainers
29 Jakub Stachowski
31 @licenses
32 @lgpl
36 // KDE5: get rid of kdeui reference when settings.kcfgc is changed
37 // DOXYGEN_REFERENCES = kdecore kdeui
38 // DOXYGEN_SET_PROJECT_NAME = DNSSD
39 // DOXYGEN_SET_EXCLUDE_PATTERNS += */dnssd/avahi* */dnssd/mdnsd*
40 // vim:ts=4:sw=4:expandtab:filetype=doxygen