Moderated Message Handling

Hi,

I was trying to build an application using openfire. Basically the requirement was as give below.

  1. User logs in anonymously to any room

  2. Message posted by user into that room, goes to a moderator

  3. Moderator chooses to accept/reject this message

  4. If its accepted, it gets displayed to all the users in the room.

Is there any plugins already available to enable this functionality? Or will we have to start completely new way of message routing within the server?

Any help/directions in this matter will be much appreciated.