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.72 by root, Mon May 31 08:56:37 2004 UTC vs.
Revision 1.73 by root, Tue Jun 1 10:11:14 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.72 $</h1> 26<h1>$Revision: 1.73 $</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
1174 <member name="channel" type="U16"/> 1174 <member name="channel" type="U16"/>
1175 <member name="blackscore" type="scorevalues"/> 1175 <member name="blackscore" type="scorevalues"/>
1176 <member name="whitescore" type="scorevalues"/> 1176 <member name="whitescore" type="scorevalues"/>
1177 </message> 1177 </message>
1178 1178
1179 <message type="440c" name="out_of_time" src="server"> 1179 <message type="440c" name="time_win" src="server">
1180 <p>Sent when the user is out of time and moves, or when the opponent 1180 <p>Sent when the opponent is out of time and moves, or when the other
1181 requests <ref reply="userinfo"/>.</p> 1181 requests <ref reply="userinfo"/>.</p>
1182 <member name="channel" type="U16"/> 1182 <member name="channel" type="U16"/>
1183 <member name="player" type="U8"/> 1183 <member name="player" type="U8"/>
1184 <p>Colour who won.</p>
1184 </message> 1185 </message>
1185 1186
1186 <message type="440e" name="req_undo" src="server"> 1187 <message type="440e" name="req_undo" src="server">
1187 <member name="channel" type="U16"/> 1188 <member name="channel" type="U16"/>
1188 </message> 1189 </message>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines