Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | osx: add native zeroconf implementation via Bonjour | Daniel Mack | 2009-12-16 | 1 | -0/+516 |
Avahi and dbus is too heavy for OSX just for the sake of publishing our services via mDNS/Zeroconf. Apple has its own Zeroconf implementation called Bonjour, and this patch adds a module that implements service announcement with that API. All data gathering is copied from module-zeroconf-publish.c, but unfortunately the code there is too specifically made for avahi, so I couldn't factor it out to reuse it. |