From: Zilo <ko...@gm...> - 2005-01-31 01:32:14
|
On 01/31/05 01:55:39, Don Seiler wrote: > On 13:05 Sat 29 Jan , Zilo wrote: > > My idea is to write another distinct plugin... maybe we can merge > > them in the future, but I prefere code separatly and from the > > beginning for now, it is certainly better. > > > > I maked a new dir called gaim-bnetg and started to write something > > (slowly 'cause in those days I'm a little busy)... > > If you allow me, I'll put it in the CVS. >=20 > What is the games protocol? I don't understand. Basically, Battle.Net servers offer three different protocols: GAMES =20 (1), FTP (2) and CHAT (3). You tell your choice to the server in the first byte you send (for =20 example we send 3 in gaim-bnet). Using the GAMES one we'll be able to do all the things you do inside =20 startcraft (like see the channels list, user info, join ALL channels, =20 etc)... the only problem is that it is a little more difficult to =20 support :) For now I wrote the base for its conn.[ch] and proto.[ch] files... it =20 try to send only the first packet (SID_AUTH_INFO) but without =20 success :P All the docs are in www.valhallalegends.com. cya |