#getOwners and #getAdmins throws exceptions

I am getting the following error when I try to get the owners and admins of a MUC.

No response from server.:

at org.jivesoftware.smackx.muc.MultiUserChat.getAffiliatesByOwner(MultiUserChat.ja va:1601)

at org.jivesoftware.smackx.muc.MultiUserChat.getOwners(MultiUserChat.java:1537)

getOccupants and getSubject work fine…

I have Jive Messenger, Version: 2.1.2 setup.

Thanks for any help or suggestions.

It’'s probably just timing out. I know for a fact that #getOwners works

Yep, #getOwners worked…bad coding on my part.

Thanks.