Listening for MUC presence updates?

I’m trying to get my plugin notified when MUC occupants change presence to show=“away”. PresenceEventListener.presenceChanged is fired when the presence update is sent to the domain, but not when it is sent to the MUC room. Is there a listener I can use to intercept MUC presence changes that are sent to the room?