如何在 smack 中获取消息标签的 id?
Posted
技术标签:
【中文标题】如何在 smack 中获取消息标签的 id?【英文标题】:How to get id of the message tag in smack? 【发布时间】:2021-07-02 14:25:22 【问题描述】:我试图获取消息标签中的 id
<message to='one@localhost/117407446208446435445346' from='sun@localhost/92794770693658404575218' id='z2UD4-17' xml:lang='en'><x xmlns="jabber:x:event"><displayed/><id>uQkZG-17</id></x></message>
【问题讨论】:
【参考方案1】:您需要parse the XML。有很多图书馆可以提供帮助。 android 推荐使用XmlPullParser。
【讨论】:
以上是关于如何在 smack 中获取消息标签的 id?的主要内容,如果未能解决你的问题,请参考以下文章