org/sonews/daemon/command/CapabilitiesCommand.java
changeset 20 6ae5e4f8329b
parent 3 2fdc9cc89502
     1.1 --- a/org/sonews/daemon/command/CapabilitiesCommand.java	Wed Jul 22 14:04:05 2009 +0200
     1.2 +++ b/org/sonews/daemon/command/CapabilitiesCommand.java	Mon Aug 24 13:00:05 2009 +0200
     1.3 @@ -23,18 +23,18 @@
     1.4  
     1.5  /**
     1.6   * <pre>
     1.7 - * The CAPABILITIES command allows a client to determine the
     1.8 - * capabilities of the server at any given time.
     1.9 + *  The CAPABILITIES command allows a client to determine the
    1.10 + *  capabilities of the server at any given time.
    1.11   *
    1.12 - * This command MAY be issued at any time; the server MUST NOT require
    1.13 - * it to be issued in order to make use of any capability. The response
    1.14 - * generated by this command MAY change during a session because of
    1.15 - * other state information (which, in turn, may be changed by the
    1.16 - * effects of other commands or by external events).  An NNTP client is
    1.17 - * only able to get the current and correct information concerning
    1.18 - * available capabilities at any point during a session by issuing a
    1.19 - * CAPABILITIES command at that point of that session and processing the
    1.20 - * response.
    1.21 + *  This command MAY be issued at any time; the server MUST NOT require
    1.22 + *  it to be issued in order to make use of any capability. The response
    1.23 + *  generated by this command MAY change during a session because of
    1.24 + *  other state information (which, in turn, may be changed by the
    1.25 + *  effects of other commands or by external events).  An NNTP client is
    1.26 + *  only able to get the current and correct information concerning
    1.27 + *  available capabilities at any point during a session by issuing a
    1.28 + *  CAPABILITIES command at that point of that session and processing the
    1.29 + *  response.
    1.30   * </pre>
    1.31   * @author Christian Lins
    1.32   * @since sonews/0.5.0
    1.33 @@ -67,6 +67,12 @@
    1.34    }
    1.35  
    1.36    @Override
    1.37 +  public String impliedCapability()
    1.38 +  {
    1.39 +    return null;
    1.40 +  }
    1.41 +  
    1.42 +  @Override
    1.43    public boolean isStateful()
    1.44    {
    1.45      return false;