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.37 by pcg, Mon Aug 4 02:14:44 2003 UTC vs.
Revision 1.38 by pcg, Tue Aug 5 22:40:10 2003 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.37 $</h1> 26<h1>$Revision: 1.38 $</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
311 so the server can, if necessary, block broken clients or client versions. 311 so the server can, if necessary, block broken clients or client versions.
312 </message> 312 </message>
313 313
314 <message type="0007" name="req_userinfo" src="client"> 314 <message type="0007" name="req_userinfo" src="client">
315 <p>Request info about a certain user. Possible reply: <ref reply="userinfo"/></p> 315 <p>Request info about a certain user. Possible reply: <ref reply="userinfo"/></p>
316 <member name="name" type="username"/>
317 </message>
318
319 <message type="0007" name="req_userinfo" src="client">
320 <p>Request userinfo(?). unverified...</p>
316 <member name="name" type="username"/> 321 <member name="name" type="username"/>
317 </message> 322 </message>
318 323
319 <message type="0007" name="update_userinfo" src="client"> 324 <message type="0007" name="update_userinfo" src="client">
320 <p>Update user info. Message structure is very similar 325 <p>Update user info. Message structure is very similar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines