Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我编写了一个 java 程序来使用 smack api 连接与 google talk 连接,并且发送接收消息工作正常,那么我如何使用 smack api 获取聊天记录
smack 中有一种方法 AgentchatHistory 但我该如何使用它
我相信 AgentChatHistory 是为了支持 Openfire 的功能调用fastpath。不要认为谷歌支持这一点。如果你想要聊天记录,你必须实现它。