anotherim/src/eu/siacs/conversations/xmpp/OnTLSExceptionReceived.java

8 lines
205 B
Java
Raw Normal View History

2014-03-07 13:24:33 +00:00
package eu.siacs.conversations.xmpp;
import eu.siacs.conversations.entities.Account;
public interface OnTLSExceptionReceived {
public void onTLSExceptionReceived(String fingerprint, Account account);
}