I have been creating group chat application
, while implementing group chat functionality I am facing problem, that when I every time join the room
, open fire sends last two days messages.
Here is post message which I get every time when I join the room.
<message xmlns="jabber:client" id="05qEM-18" to="210@openfire.indianic.net/94e509b9" type="groupchat" from="top@conference.openfire.indianic.net/258"><body>Very good morning!!!</body><delay xmlns="urn:xmpp:delay" stamp="2014-03-19T05:15:06.542Z" from="258@openfire.indianic.net/Smack"/><x xmlns="jabber:x:delay" stamp="20140319T05:15:06" from="258@openfire.indianic.net/Smack"/></message>
Can any buddy suggest that where is option to disable history message
on open fire server
?
So I will get each message only once.
Thanks in advance.