ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/kgsueme/doc/protocol.xml
(Generate patch)

Comparing kgsueme/doc/protocol.xml (file contents):
Revision 1.46 by pcg, Sun May 16 17:39:06 2004 UTC vs.
Revision 1.47 by pcg, Sun May 16 17:53:32 2004 UTC

21 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 21 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
22--> 22-->
23</head> 23</head>
24<body> 24<body>
25 25
26<h1>$Revision: 1.46 $</h1> 26<h1>$Revision: 1.47 $</h1>
27 27
28<h1>KGS Protocol Description</h1> 28<h1>KGS Protocol Description</h1>
29 29
30 <p>This XML document describes the KGS protocol. It is also used 30 <p>This XML document describes the KGS protocol. It is also used
31 to automatically generate the perl parser for all the messages and 31 to automatically generate the perl parser for all the messages and
434 <member name="description" type="STRING"/> 434 <member name="description" type="STRING"/>
435 <member name="flags" type="U8"/> 435 <member name="flags" type="U8"/>
436 See ROOMFLAGs 436 See ROOMFLAGs
437 </message> 437 </message>
438 438
439 <message type="031b" name="unknown_031b" src="client"> 439 <message type="031b" name="req_upd_rooms" src="client">
440 <p> 440 <p>Request a rooms update message for the given room.</p>
441 Most probably has something to do witht he open games list or
442 maybe sth. else.
443 00000: 20202020 20202020 20202020 20202036 6
444 00010: 42001b03 51010000 00000000 00000000 B...Q...........
445 </p>
446 <member name="channel" type="U16"/> 441 <member name="channel" type="U16"/>
447 </message> 442 </message>
448 443
449 <message type="0413" name="req_game_record" src="client"> 444 <message type="0413" name="req_game_record" src="client">
450 <p>Requests part of the users game record to be sent. Results in a <ref reply="game_record"/> or maybe a timeout.</p> 445 <p>Requests part of the users game record to be sent. Results in a <ref reply="game_record"/> or maybe a timeout.</p>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines