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.
在 Smack 中,我们可以通过 RoomInfo 获取房间的信息。现在我有一个房间的额外信息(比如房间所属的位置),我怎么能通过smack来做到这一点?
例如,在当前的 smack 中:
MultiUserChat.sendConfigurationForm(...);
MultiUserChat.getRoomInfo(...);