diff -r 91dc9acb03ed -r 6ae5e4f8329b org/sonews/daemon/command/PostCommand.java --- a/org/sonews/daemon/command/PostCommand.java Fri Aug 21 17:40:54 2009 +0200 +++ b/org/sonews/daemon/command/PostCommand.java Mon Aug 24 13:00:05 2009 +0200 @@ -71,6 +71,12 @@ } @Override + public String impliedCapability() + { + return null; + } + + @Override public boolean isStateful() { return true;