Fixed
Details
Details
Assignee
Florian Schmaus
Florian SchmausReporter
Florian Schmaus
Florian SchmausLabels
Expected Effort
Minimal
Components
Fix versions
Affects versions
Priority
Created July 13, 2014 at 3:56 PM
Updated March 29, 2015 at 10:42 AM
Resolved October 5, 2014 at 8:22 PM
From
onReceiptReceived(String fromJid, String toJid, String receiptId)
to
onReceiptReceived(String fromJid, StringtoJid, String receiptId, Packet receipt)
as it provides more flexibility to retrieve information from the receipt. For example additional packet extensions.