MUC: Affiliate.getNick() and Occupant.getNick() always return null

… even when the user is currently in the room

What am I doing wrong?

Hey Adam,

Occupant#getNick() was answering null due to an error. That error has been fixed and will be available in the next nightly build.

Affiliate#getNick() is working fine. You will get null if the user is not present in the room.

Thanks,

– Gato

Cool -

I think JBother pretty much has full MUC support now. Thanks a lot for adding it into smack It would have been a bear to write it myself.