0
votes

Hi guys i am developing chatting application using xmpp smack

in that i am using stream management when i send message i got like this from server

SENT (0): <message id='sqn7K-7' to='[email protected]' type='chat'><body>fdf</body></message>

RCV (0): <a xmlns='urn:xmpp:sm:3' h='1'/>(need to catch this h value)

i need to catch that acknowledgement for showing single tick mark like whatsapp

for that i am using below link http://linyu19872008.iteye.com/blog/1845543

but its not working

i am struck here can any one suggest me

Thanks in adavance

naresh

1

1 Answers

1
votes

You don't need that value when using Smack 4.1. Use the StanzaAcknowleged listeners.