> > Please be cautious about reading GPL'd source code to understand the > protocol. It's possible to be in violation of the license based on > this. > > It generally takes two people to do this correctly, one to read and > understand the original code, and one to implement the new version based > on information conveyed by the first person. > > I'd recommend someone taking the existing protocol document and updating > it with the corrections, then you using that document to fix the > protocol implementation in your code.
Will do. I shall attempt to do it on the basis of the network packets I get from the server in the first instance. Steve > -Steve