mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-16 10:01:08 +01:00
Substitute 'packet' with 'stanza(/packet)' in javadoc
This commit is contained in:
parent
0ca4e8b72a
commit
5e86db4f80
168 changed files with 650 additions and 650 deletions
|
|
@ -49,7 +49,7 @@ import org.jivesoftware.smackx.disco.ServiceDiscoveryManager;
|
|||
* </p>
|
||||
* <pre>
|
||||
* deliveryReceiptManager.addReceiptReceivedListener(new ReceiptReceivedListener() {
|
||||
* void onReceiptReceived(String fromJid, String toJid, String receiptId, Packet receipt) {
|
||||
* void onReceiptReceived(String fromJid, String toJid, String receiptId, Stanza(/Packet) receipt) {
|
||||
* // If the receiving entity does not support delivery receipts,
|
||||
* // then the receipt received listener may not get invoked.
|
||||
* }
|
||||
|
|
@ -264,7 +264,7 @@ public class DeliveryReceiptManager extends Manager {
|
|||
/**
|
||||
* Test if a message requires a delivery receipt.
|
||||
*
|
||||
* @param message Packet object to check for a DeliveryReceiptRequest
|
||||
* @param message Stanza(/Packet) object to check for a DeliveryReceiptRequest
|
||||
*
|
||||
* @return true if a delivery receipt was requested
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ public interface ReceiptReceivedListener {
|
|||
*
|
||||
* @param fromJid the jid that send this receipt
|
||||
* @param toJid the jid which received this receipt
|
||||
* @param receiptId the message ID of the packet which has been received and this receipt is for
|
||||
* @param receiptId the message ID of the stanza(/packet) which has been received and this receipt is for
|
||||
* @param receipt the receipt
|
||||
*/
|
||||
void onReceiptReceived(String fromJid, String toJid, String receiptId, Stanza receipt);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue