that I can compile (or just link) into a 10.3.9 application.
As an alternative, if I build my own TXT parsing code (or copy the
stuff from mDNSResponder) will it 'just work' if I integrate it
using protocolSpecificInformation, or does that use a completely
different format? For my current project, I need interoperability
with non-NSNetService code.
protocolSpecificInformation uses a different format than the native
TXTRecord NSData, however, it should be easy to take the NSString
returned by protocolSpecificInformation and convert it into an
NSDictionary of key/value pairs. The following Q&A explains the
differences in TXT record formats, although it needs to be updated to
discuss the new TXTRecord NSNetService routines.
-Marc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Bonjour-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/bonjour-dev/email@hidden