Subject: How to read Nick value
hello alex sir,
the presence xml is
<presence from="julliet@nimbuzz.com/resource" to="romeo@nimbuzz.com/resource">
<priority>6</priority>
<c xmlns="http://jabber.org/protocol/caps" node="nimbuzz:caps" ver="0.1" ext="nimbuzz-mobile groupchat-v1 ctype-v1 nimbuzz-ack groupchat-v2 voice-v1 jingle-v1 jingle-v2 chatroom-v1 notifiable-off" />
<show>away</show>
<nick xmlns="http://jabber.org/protocol/nick">?ALONE</nick></presence>
can you please tell me how to read the value between <nick xmlns="http://jabber.org/protocol/nick"> and </nick> .
i want to get the nick value (ALONE) .
Thank you.
the presence xml is
<presence from="julliet@nimbuzz.com/resource" to="romeo@nimbuzz.com/resource">
<priority>6</priority>
<c xmlns="http://jabber.org/protocol/caps" node="nimbuzz:caps" ver="0.1" ext="nimbuzz-mobile groupchat-v1 ctype-v1 nimbuzz-ack groupchat-v2 voice-v1 jingle-v1 jingle-v2 chatroom-v1 notifiable-off" />
<show>away</show>
<nick xmlns="http://jabber.org/protocol/nick">?ALONE</nick></presence>
can you please tell me how to read the value between <nick xmlns="http://jabber.org/protocol/nick"> and </nick> .
i want to get the nick value (ALONE) .
Thank you.