Author: bdonlan
Date: 2004-07-04 19:07:36 -0400 (Sun, 04 Jul 2004)
New Revision: 294
Modified:
trunk/docs/protocol/commands.txt
Log:
docs/protocol/commands.txt - Documented S:HAVER
Modified: trunk/docs/protocol/commands.txt
===================================================================
--- trunk/docs/protocol/commands.txt 2004-07-04 22:53:47 UTC (rev 293)
+++ trunk/docs/protocol/commands.txt 2004-07-04 23:07:36 UTC (rev 294)
@@ -3,6 +3,13 @@
Server commands
+HAVER $version [key=value] [...]
+ The server announces it as speaking protocol version $version (this
+ document applies to version 3). key=value pairs specify additional
+ options. The following options are currently defined:
+ * line=$length
+ The maximum line length the server will accept is $length bytes
+
WANT $command [$arg]
The server expects you to either send $command or CANT command.
if $arg is specified, send it too.