XMPP iOS认证错误



我尝试使用XMPP在iOS安全的openfire服务器上进行身份验证,但我收到以下内容:

Error Domain=XMPPStreamErrorDomain Code=4 "No suitable authentication method found" UserInfo=0x79726370 {NSLocalizedDescription=No suitable authentication method found}

有什么解决办法吗?

最后,我通过从openfire的系统属性中删除sasl.mechs解决了我的问题。

有关更多详细信息,您可以参考我在github上的问题:

https://github.com/robbiehanson/XMPPFramework/issues/576

最新更新