Php 如何使用strophe从明火中获取特定的muc房间细节

Php 如何使用strophe从明火中获取特定的muc房间细节,php,xmpp,strophe,Php,Xmpp,Strophe,如何使用strophe从明火中获取特定的muc房间详细信息。例如,我尝试了下面的代码,但没有完全获取muc房间详细信息 var iq = $iq({ from: Groupie.JID, to: 'test@conference.test.com', type: "get" }).c("query", { xmlns: "http://jabber.org/protocol/disco#info" }); 如何获得

如何使用strophe从明火中获取特定的muc房间详细信息。例如,我尝试了下面的代码,但没有完全获取muc房间详细信息

var iq = $iq({
        from: Groupie.JID,
        to: 'test@conference.test.com',
        type: "get"
    }).c("query", {
        xmlns: "http://jabber.org/protocol/disco#info"
    });

如何获得更多房间的详细信息。任何人都知道回答我。

你找不到的是什么?