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.18 by pcg, Sat Jun 14 09:19:28 2003 UTC vs.
Revision 1.19 by pcg, Sat Jun 14 22:46:08 2003 UTC

20 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 20 Foundation, Inc. 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
21--> 21-->
22</head> 22</head>
23<body> 23<body>
24 24
25<h1>$Revision: 1.18 $</h1> 25<h1>$Revision: 1.19 $</h1>
26 26
27<h1>KGS Protocol Description</h1> 27<h1>KGS Protocol Description</h1>
28 28
29 <p>This XML document describes the KGS protocol. It is also used 29 <p>This XML document describes the KGS protocol. It is also used
30 to automatically generate the perl parser for all the messages and 30 to automatically generate the perl parser for all the messages and
242 <member name="_unused" type="U64" default="0"/> 242 <member name="_unused" type="U64" default="0"/>
243 </message> 243 </message>
244 244
245 <message type="0014" name="req_stats" send="yes"> 245 <message type="0014" name="req_stats" send="yes">
246 <p>Request server statistics. Replied with <ref reply="stats"/></p> 246 <p>Request server statistics. Replied with <ref reply="stats"/></p>
247 </message>
248
249 <message type="001d" name="ping" recv="yes">
250 <p>Wild guess, I send it in <ref ref="idle_warn"/>.</p>
247 </message> 251 </message>
248 252
249 <message type="001e" name="req_usergraph" send="yes"> 253 <message type="001e" name="req_usergraph" send="yes">
250 <p>Request user graph data, replied with <ref reply="usergraph"/>.</p> 254 <p>Request user graph data, replied with <ref reply="usergraph"/>.</p>
251 <member name="name" type="username"/> 255 <member name="name" type="username"/>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines