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