Physical Web docs vague about mDNS advertising. I am using Avahi to advertise a global app via mDNS and tried many combinations of service file parameters:
<?xml version="1.0" standalone='no'?>
<!DOCTYPE service-group SYSTEM "avahi-service.dtd">
<service-group>
<name>name-of-service</name>
<service protocol="ipv4">
<host-name>host.name.com</host-name>
<type>_https._tcp</type>
<port>443</port>
</service>
</service-group>
Is there a concrete definition of the form of the mDNS advertisement for physical web?