Hello, I'm trying this on a vysper server:
// Create a MultiUserChat using an XMPPConnection for a room MultiUserChat muc = new MultiUserChat(client, "[email protected]"); // Create the room muc.create("testbot"); But I always get this debug message on server: "| DEBUG | org.apache.vysper.xmpp.protocol.SessionStateHolder | session state changed to = CLOSED" Any idea why I'm doing wrong? Thanks, Ovidiu
