Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support setting the Bonjour service TXT record. #188

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AgentFeeble
Copy link
Contributor

Add a NIOTSChannelOption to configure the Bonjour service TXT record.

Motivation:

Some users may want to set or modify the advertised TXT record when publishing a Bonjour service.

Modifications:

Expose setting the Bonjour TXT record via new channel options. An option for setting an NWTXTRecord was added. This object allows for easily manipulating a TXT record, but is only available starting in MacOS 10.15, iOS 13, tvOS 13, and WatchOS 6.0, so an additional channel option has also been added to support setting the TXT record on lower OS versions.

Result:

Nothing will change for existing users, but this change allows users to be able set or modify the Bonjour service TXT record.

Motivation:

Some users may want to set or modify the advertised TXT record when publishing a Bonjour service.

Modifications:

Expose setting the Bonjour TXT record via new channel options. An option for setting an `NWTXTRecord` was added. This object allows for easily manipulating a TXT record, but is only available starting in MacOS 10.15, iOS 13, tvOS 13, and WatchOS 6.0, so an additional channel option has also been added to support setting the TXT record on lower OS versions.

Result:

Users will be able set or modify the Bonjour service TXT record.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant