gpt4 book ai didi

ios - XMPPFramework - 在 iOS 中发送群聊消息失败

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:06:06 25 4
gpt4 key购买 nike

我在 iOS 中使用 XMPPFramework。我这样发送消息:

<message type="groupchat" to="groupname@conference.im.xx.cn">
<x xmlns="jabber:x:event">
<offline/>
<delivered/>
<displayed/>
<composing/>
</x>
<body>&lt;Message FontName='宋体' FontSize='200' FontColr='0' FontBold='0'&gt;asdf&lt;/Message&gt;</body>
</message>

但我得到以下错误结果:

<message xmlns="jabber:client" type="error" to="154191@im.xx.cn/1e840910" from="groupname@conference.im.xx.cn">
<x xmlns="jabber:x:event">
<offline/>
<delivered/>
<displayed/>
<composing/>
</x>
<body>&lt;Message FontName='宋体' FontSize='200' FontColr='0' FontBold='0'&gt;asdf&lt;/Message&gt;</body>
<error code="406" type="modify">
<not-acceptable xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"></not-acceptable>
</error>
</message>

最佳答案

我已经自己解决了这个问题。

您必须先将 XMPPPresence 发送到那个聊天室。

关于ios - XMPPFramework - 在 iOS 中发送群聊消息失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22368243/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com