smack api中的代理聊天记录问题
我编写了一个java程序来使用smack api连接google talk 连接和发送接收消息工作正常 那么我如何使用 smack api 获取聊天历史记录
smack 中有一种方法 AgentchatHistory 但我该如何使用它
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 AgentChatHistory 将支持 Openfire 的功能调用 fastpath。不要认为谷歌支持这一点。如果你想要聊天记录,你就必须实现它。
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.