bonjour-dev Mailing List http://lists.apple.com/archives/bonjour-dev/2008/Jul/index.html bonjour-dev Mailing List Sat, 05 Jul 2008 17:35:00 +0000 Re: NetServices does not rename automatically http://lists.apple.com/archives/bonjour-dev/2008/Jul/msg00004.html Reply to list

Thank you Marc,  
 that works fine.  
 Didn't see it in the documentation.  
 	Stefan  
  On 02.07.2008, at 19:20, Marc Krochmal wrote:  
 Hi Stefan,  
You'll need to use [NSNetService publishWithOptions:0] to get  
automatic renaming.  Also, your service type shouldn't have   [...]
]]>
DNSServiceFlagsShareConnection and legacy responder daemons http://lists.apple.com/archives/bonjour-dev/2008/Jul/msg00003.html Reply to list

Is a client that uses DNSServiceFlagsShareConnection compatible with older 
responder daemons?  Specifically, if I were to build a command line app 
with a library that supported this flag and then run it on (say) an OSX 
10.4 box (with standard daemon), would it work fine or would it fail to  [...]
]]>
Fegan, Noel is out of the office. http://lists.apple.com/archives/bonjour-dev/2008/Jul/msg00002.html Reply to list
I will be out of the office starting  02-07-2008 and will not return until
03-07-2008.

I will respond to your message when I return.

 
]]>
Re: NetServices does not rename automatically http://lists.apple.com/archives/bonjour-dev/2008/Jul/msg00001.html Reply to list

Hi Stefan,  
You'll need to use [NSNetService publishWithOptions:0] to get  
automatic renaming.  Also, your service type shouldn't have  
underscores in it so it would be better to use "_boinx- 
licenses._tcp".  Even better would be to not use Bonjour for copy  
protection at all.  ; [...]
]]>
NetServices does not rename automatically http://lists.apple.com/archives/bonjour-dev/2008/Jul/msg00000.html Reply to list

Hi all,    I want to benefit from the fact that Bonjours is renaming a services, if the same name is already in use in the Network, but it does not on my computers.      - (void)publishServiceWithSerial:(NSString *)inSerial  {  	// create new SocketPort and get current port number  	[ [...]
]]>