Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在聊天应用程序中工作。我在其中使用 XMPP 协议。我需要发送带有 Item 标签的 IQ 节。我的完整 IQ 节如下。我的问题是如何将 ITEM 标签添加到 IQ Stanza?
`<iq type="set"> <query xmlns="jabber:iq:livrequest"> <item jid="user@localhost" startid="456" status="requesting"/> </query> </iq>