2014-10-22 18:38:44 +02:00
|
|
|
package eu.siacs.conversations.xmpp;
|
|
|
|
|
|
|
|
import eu.siacs.conversations.entities.Account;
|
|
|
|
|
|
|
|
public interface OnMessageAcknowledged {
|
2018-07-16 20:42:17 +02:00
|
|
|
boolean onMessageAcknowledged(Account account, String id);
|
2014-10-22 18:38:44 +02:00
|
|
|
}
|