On Tue, Mar 15, 2011 at 2:28 PM, Ovidiu Voda <[email protected]> wrote: > 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");
Could you provide the full source code, including how you create the "client" variable? > But I always get this debug message on server: > > "| DEBUG | org.apache.vysper.xmpp.protocol.SessionStateHolder | session > state changed to = CLOSED" Would be interesting to see the log before this happens. /niklas
