0

I am developing chat app using these two libraries org.igniterealtime.smack:smack-android-extensions:4.1.3 org.igniterealtime.smack:smack-tcp:4.1.3

the problem is after send the message to user i am getting xmpp stanza acknowledgements like this RCV (1): <a xmlns='urn:xmpp:sm:3' h='1'/> how to read this tag and h value,please help me if any body done this functionality,give links or give code.

Rambabu
  • 9
  • 2

1 Answers1

0

You don't need the h value. Use a stanza acknowledged listener to determine which stanzas have been acknowledged.

Flow
  • 23,572
  • 15
  • 99
  • 156