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.
我能够连接到 gtalk 和 facebook 服务器。我还可以获得用户的存在。现在我可以一次与一个人聊天。但我想一次与多个用户聊天(私人聊天)
是否可以使用 smack 一次与多个用户进行私人聊天?
如果是,那么将通过 Chatmanager 为每个目的地创建聊天将解决问题.. 我很困惑...
谢谢:)
您只需通过 ChatManager 创建到每个目的地的聊天。每个聊天都应该有自己的消息监听器,以区分它们。