QoS is a way to guarantee message delivery in Tigase/XMPP. Can anyone please let me know if there is any XEP available for it Or any standard which can help me in guaranteed message delivery.
What if i maintain a queue of every outgoing packet in XMPP and later on when i receiver delivery report from client. At that time i can cross check messages which are not delivered.
I am using Tigase Please if you guide me about which is the best place for queueing and cross checking of delivery report with messages
Thanks