diff -r 91dc9acb03ed -r 146b3275b792 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 Sun May 09 12:38:46 2010 +0200 @@ -71,6 +71,12 @@ } @Override + public String impliedCapability() + { + return null; + } + + @Override public boolean isStateful() { return true;