2013-10-31 53 views
0

我下面的文件,並試圖創建房間「未實現功能」:當我進入PSI,單擊服務發現錯誤使用啪創建房間:

//Create a MultiUserChat using a Connection for a room 
    MultiUserChat muc = new MultiUserChat(conn1, "[email protected]"); 

    // Create the room 
    muc.create("testroom"); 

    // Send an empty room configuration form which indicates that we want 
    // an instant room 
    muc.sendConfigurationForm(new Form(Form.TYPE_SUBMIT)); 

,單擊multiuserchat,右鍵點擊瀏覽,請點擊myroom。它彈出一條錯誤消息,表示「獲取[email protected]的代理時出錯,原因:功能未實現,請求的功能未由接收方服務器實現,無法處理」。

任何建議,任何人?

現在我可以使用PSI創建一個新房間。我也嘗試muc.join而不是muc.create。相同的錯誤消息。

回答

2

不知道你的確切設置,我猜你的房間名稱([email protected])是不正確的。您獲得Feature not implemented,因爲XMPP實體mycompany.com可能不會充當MUC服務。這些實現爲單獨的XMPP組件,通常命名爲conferencemuc,例如, conference.mycompany.com