如何解析XMPP聊天历史XML | Android的

时间:2016-10-25 13:40:59

标签: android xml xmpp chat

我需要解析聊天记录XML响应。 这是XML -

<?xml version="1.0" encoding="UTF-8"?>
<message to="user5@192.168.1.59/Smack" from="user5@192.168.1.59">
   <result xmlns="urn:xmpp:mam:1">
      <body>helooooooooooooooooooooooooooooooooo</body>
      <thread>sO678v</thread>
      <composing />
      <delay />
   </result>
</message>

我需要从XML上面获取"to""from"的值。

请建议我,现在该做什么。 提前谢谢。

0 个答案:

没有答案