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.44 by pcg, Wed Jan 28 17:30:52 2004 UTC vs.
Revision 1.45 by pcg, Sat May 15 17:42:39 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.44 $</h1> 26<h1>$Revision: 1.45 $</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
324 so the server can, if necessary, block broken clients or client versions. 324 so the server can, if necessary, block broken clients or client versions.
325 </message> 325 </message>
326 326
327 <message type="0007" name="req_userinfo" src="client"> 327 <message type="0007" name="req_userinfo" src="client">
328 <p>Request info about a certain user. Possible reply: <ref reply="userinfo"/></p> 328 <p>Request info about a certain user. Possible reply: <ref reply="userinfo"/></p>
329 <member name="name" type="username"/>
330 </message>
331
332 <message type="0007" name="req_userinfo" src="client">
333 <p>Request userinfo(?). unverified...</p>
334 <member name="name" type="username"/> 329 <member name="name" type="username"/>
335 </message> 330 </message>
336 331
337 <message type="0007" name="update_userinfo" src="client"> 332 <message type="0007" name="update_userinfo" src="client">
338 <p>Update user info. Message structure is very similar 333 <p>Update user info. Message structure is very similar

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines