mosaicnetworks / babble-android

Babble android library
MIT License
8 stars 1 forks source link

Add version key to mDNS TXT record #26

Open joneskm opened 4 years ago

joneskm commented 4 years ago

As recommended in section 6.7 of the DNS-Based Service Discovery spec a version key should be added to the mDNS TXT record. This will reduce issues caused by incompatible versions of the same service.

jonknight73 commented 4 years ago

Look in P2PService.java for a list of Labels used for the same purpose in the Wifi Direct DNS TXT record. It would make sense to use a common set of labels.