MUC No response from server.:

Hi All,

I am trying to create the MUC using Smack by following way

muc=

new MultiUserChat(xmppCon,"myroom@conference.example.com"

);

muc.create(

“testabc”

)

;

No response from server.:

at org.jivesoftware.smackx.muc.MultiUserChat.create(

MultiUserChat.java:323) Am i missing anything while creating MUC?

But getting