I was expecting that MUCEventListener would catch invitation messages such as :
<message from='crone1@shakespeare.lit/desktop' id='nzd143v8' to='coven@chat.shakespeare.lit'>
<xxmlns='http://jabber.org/protocol/muc#user'>
<inviteto='hecate@shakespeare.lit'>
<reason>
Hey Hecate, this is the place for all good witches!
</reason>
</invite>
</x>
</message>
when an invite is sent. It does not seem to be the case with Openfire 3.10.1.
Is it normal ? If not, is there another way to get notified when an invitation is sent for a given MUC ?
Thank you