MUC - kick user => actor is always empty

Hi,

I use the MUC functionality of Smack.

In the method:

multiUserChat.addParticipantStatusListener(new ParticipantStatusListener() {

@Override

public void kicked(final String participant, final String actor, final String reason) {

}

}

The actor is always empty. So nobody knows WHO kicked the participant.

Any ideas?