On Mon, 2007-01-22 at 07:44 +1100, Brett Nash wrote: > Hello All, > I've started to put together an AI[1], and I'm curious about what is > the correct way for the server and client to negotiate protocol version?
Cool! What language are you using? > Should a client start by sending a protocol 0.1 connect message and > then ramp up depending on the response? This is a bit irritating as the > connect message type changes in between version 0.1 and 0.2? Just send a connect frame in the version you want to talk in. I would recommend using tp03. Nobody really speaks tp02 anymore and you would be hard pressed to find anything which supports tp01. The server will either return a failure frame or a text message if what you sent is incorrect. > My apologies if this is the wrong list, but it seemed enough of a devel > related question to warrant posting to this list. This is clearly a devel question, tp-comp would have also been okay. We aren't list Nazi's here :P > Regards, > nash > > [1] For the comp of course ;-) Tim Ansell _______________________________________________ tp-devel mailing list [email protected] http://www.thousandparsec.net/tp/mailman.php/listinfo/tp-devel
