使用用户 'username@localhost' 连接到 openfire 服务器后,我正在尝试创建一个群聊即时房间,所以首先我发送此处指定的 Presence Stanza:
<presence from='username@localhost' to='testroom@conference.localhost' xmlns='jabber:client'>
<x xmlns='http://jabber.org/protocol/muc'></x>
</presence>
但是响应总是一个错误:
<presence ... from='testroom@conference.localhost type='error'>
<x xmlns='http://jabber.org/protocol/muc></x>
<error code='400' type='modify'>
<bad-request xmlns="urn:ietf:params:xml:ns:xmpp-stanza"></bad-request>
</error>
</presence>
我必须对 Openfire 进行任何配置才能使其正常工作吗?我知道你可以用 Openfire Gui 创建一个群聊室,而且效果很好,但是当我尝试加入那个聊天室时,我得到了同样的错误。