ios - ejabberd 501 功能未实现
<p><p>我是 xmpp 的新手。现在我想获取名册,但返回了 501 错误。</p>
<p>智商:</p>
<pre><code><iq type="get" to="xmpp" id="foobar"><query xmlns="jabber:iq:roster"/></iq>
</code></pre>
<p>回复:</p>
<pre><code><iq xmlns="jabber:client" from="xmpp" to="zhangjiuzhou@xmpp/23675463291407297410678734" type="error" id="foobar">
<query xmlns="jabber:iq:roster"/>
<error code="501" type="cancel">
<feature-not-implemented xmlns="urn:ietf:params:xml:ns:xmpp-stanzas"/></error>
</iq>
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>删除请求中的 <code>to</code> 属性。您的请求很可能会被发送到您意想不到的地方。</p></p>
<p style="font-size: 20px;">关于ios - ejabberd 501 功能未实现,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/25152078/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/25152078/
</a>
</p>
页:
[1]