Ticket #41 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

handle subtypes properly in bonjour-compat

Reported by: lennart Assigned to: lennart
Priority: minor Milestone: Avahi 0.6.13
Component: avahi-compat-libdns_sd Version:
Keywords: Cc:

Description

As it seems one can add multiple service subtypes to a service registered by bonjour by passing a comma seperated list to the registration function.

This functionality is currently missing in our compat layer implementation.

Change History

05/15/06 20:48:03 changed by lennart

  • priority changed from major to minor.
  • status changed from new to assigned.
  • component changed from avahi-client to avahi-compat-libdns_sd.

07/09/06 15:55:59 changed by lennart

  • milestone set to Avahi 0.6.12.

07/22/06 14:31:15 changed by lennart

  • milestone changed from Avahi 0.6.12 to Avahi 0.6.13.

08/24/06 19:58:05 changed by lennart

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [1268]) follow Bonjour's handling of subtypes when browsing/registering services (closes #41)