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。相同的錯誤消息。