2015-07-21 12:18:16 +00:00
|
|
|
package eu.siacs.conversations.xmpp;
|
|
|
|
|
2015-10-17 12:09:26 +00:00
|
|
|
import eu.siacs.conversations.crypto.axolotl.AxolotlService;
|
|
|
|
|
2015-07-21 12:18:16 +00:00
|
|
|
public interface OnKeyStatusUpdated {
|
2015-10-17 12:09:26 +00:00
|
|
|
public void onKeyStatusUpdated(AxolotlService.FetchStatus report);
|
2015-07-21 12:18:16 +00:00
|
|
|
}
|