diff -r 2fdc9cc89502 -r 6ae5e4f8329b org/sonews/daemon/command/CapabilitiesCommand.java --- a/org/sonews/daemon/command/CapabilitiesCommand.java Wed Jul 22 14:04:05 2009 +0200 +++ b/org/sonews/daemon/command/CapabilitiesCommand.java Mon Aug 24 13:00:05 2009 +0200 @@ -23,18 +23,18 @@ /** *
- * The CAPABILITIES command allows a client to determine the
- * capabilities of the server at any given time.
+ *  The CAPABILITIES command allows a client to determine the
+ *  capabilities of the server at any given time.
  *
- * This command MAY be issued at any time; the server MUST NOT require
- * it to be issued in order to make use of any capability. The response
- * generated by this command MAY change during a session because of
- * other state information (which, in turn, may be changed by the
- * effects of other commands or by external events).  An NNTP client is
- * only able to get the current and correct information concerning
- * available capabilities at any point during a session by issuing a
- * CAPABILITIES command at that point of that session and processing the
- * response.
+ *  This command MAY be issued at any time; the server MUST NOT require
+ *  it to be issued in order to make use of any capability. The response
+ *  generated by this command MAY change during a session because of
+ *  other state information (which, in turn, may be changed by the
+ *  effects of other commands or by external events).  An NNTP client is
+ *  only able to get the current and correct information concerning
+ *  available capabilities at any point during a session by issuing a
+ *  CAPABILITIES command at that point of that session and processing the
+ *  response.
  * 
* @author Christian Lins * @since sonews/0.5.0 @@ -67,6 +67,12 @@ } @Override + public String impliedCapability() + { + return null; + } + + @Override public boolean isStateful() { return false;