How can I monitor globally without any specific MUC?

Hi. I’m implementing in-house chatting system upon Openfire.

One of technical requirements is that an entity, say Agent, should listen following events.

  • MUC creation.
  • Messages in MUCs.

Is there any way to do this without adding listeners to each MUC?

Thanks.