如何使用strophe从开火中获取特定的muc房间详细信息。我在下面尝试了示例代码,但是我没有完全获得房间详细信息。
var iq = $iq({
from: Groupie.JID,
to: 'test@conference.test.com',
type: "get"
}).c("query", {
xmlns: "http://jabber.org/protocol/disco#info"
});
如何充分了解房间的详细信息。任何人都知道回复我..