User-agent: Mozilla Thunderbird 0.9 (Macintosh/20041103)
Under OS X 10.3 / Xcode 1.5:
I can use NSNetServiceBrowser to resolve services, obtaining addresses,
domain, name and type. However, I can't see any way to obtain the port or
the TXT record. I know a port and TXT record are being advertised (I can
see them using command line applications).
I tried using the 'protocolSpecificInformation' method, which returns an
NSString *, but this string came back empty.
Does the high level NSNetService API support this, or do I need to call the
DNS-SD API directly?