Saving messages in jabber.org!

hi, I wanna save the messages I wrote in a MultiUserChat. When I create a MultiUserChat I use this method:

multiUserChat.create("chat@conference.jabber.org");

Ok! it runs! But When I close a chat and I try to open it again it don’'t show me the messages I wrote in previous chat. I wanna retrieve these messages!

Can Anybody help with this? Are there any method that it can set in the server to save these messages? I’'m using the smack API 2.2.0!

thanks!

Hi,

the server may or may not store some or the whole MUC history. If it doesn’'t then there is no way to access it.

LG

You could also save the messages locally.

Regards,

Alex