Sir,

I am new in XMPP world. As I am working on a project related to MUC , I am
facing some problem. After creating server When trying to initialize
multiuser chat service in my code by

MUCModule muc=new MUCModule();
server.addModule(muc);
ServerRuntimeContext serverRuntimeContext =
server.getServerRuntimeContext();
muc.initialize(serverRuntimeContext);

in the server code
getting this warning............

vysper.xmpp.modules.extension.xep0045_muc.MUCModule WARN No room storage
provider found, using the default (in memory)
org.apache.vysper.xmpp.modules.extension.xep0045_muc.MUCModule WARN No
occupant storage provider found, using the default (in memory)

 and then I could not able to start multiuserchat from client side . It
tells "no reply from server".
please help me to overcome this problem . I badly need the solution.

Thank you
Mrinmoy Aich

Reply via email to