agent chat history problen in smack api

781 Views Asked by At

i wrote a java program to connect with google talk using smack api connection and sending receiving messages are working fine then how can i get the chat history using smack api

there is one method AgentchatHistory in smack but how can i use it

1

There are 1 best solutions below

0
Chuk Lee On

I believe AgentChatHistory is to support Openfire's feature call fastpath. Don't think Google supports that. If you want chat history, you will have to implement it.