ios - 在 iphone 中使用 XMPP 创建自定义节
<p><p>我曾尝试使用以下代码创建自定义数据包,但它在进入 XMPP 生命周期时发生了变化。</p>
<pre><code>NSString * strUser = [ valueForKey:@"kXMPPmyJID"];
XMLWriter* xmlWriter = [init];
;
;
;
;
;
NSString* xml = ;
NSXMLElement *xmlElement = [ initWithXMLString:xml error:nil];
XMPPPresence *presence = ;
;
</code></pre></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>如果您检查 xmpp 协议(protocol) (<a href="http://xmpp.org/rfcs/rfc3921.html" rel="noreferrer noopener nofollow">http://xmpp.org/rfcs/rfc3921.html</a>)
他们说类型属性必须具有协议(protocol)中规定的值之一。如果要添加自定义属性,则应将其添加到自定义标签中,但接收方必须正确处理。</p></p>
<p style="font-size: 20px;">关于ios - 在 iphone 中使用 XMPP 创建自定义节,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/26053588/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/26053588/
</a>
</p>
页:
[1]