diff -r 91dc9acb03ed -r 2ff819fa5be1 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 Wed Aug 26 17:04:04 2009 +0200 @@ -71,6 +71,12 @@ } @Override + public String impliedCapability() + { + return null; + } + + @Override public boolean isStateful() { return true;