سؤال

I'm trying to get message delivery notification in Android (using aSmack library). Found out that I need to use the DeliveryReceiptManager class, however, when I try to import it into my project
(import org.jivesoftware.smackx.receipts.DeliveryReceiptManager;)
I get the error that this can not be resolved. However, I can import the DeliveryReceiptProvider class into project just fine. Can this be used to receive delivery confirmation of sent messages? Any sample code is highly appreciated. Thanks

هل كانت مفيدة؟

المحلول

I was having the same issue, then used the latest jar from here

deliveryreceiptmanager was visible now.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top