package eu.siacs.conversations.xmpp;

public interface OnKeyStatusUpdated {
	public void onKeyStatusUpdated();
}
