Use proxy when creating an account or when testing an existing account
/* * otr4j, the open source java otr library. * * Distributable under LGPL license. * See terms of license at gnu.org. */packagenet.java.otr4j.session;/** * * @author George Politis */publicenumSessionStatus{PLAINTEXT,ENCRYPTED,FINISHED}