src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Sun, 30 Sep 2012 15:40:07 +0200
changeset 998 9bb5749a8c4f
parent 911 ca323cff3ac9
permissions -rw-r--r--
Fix bug: on the very first launch the account is not configured if you choose system account.

/*
 * otr4j, the open source java otr library.
 *
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package net.java.otr4j.session;

/**
 * 
 * @author George Politis
 */
public enum SessionStatus {
	PLAINTEXT,
	ENCRYPTED,
	FINISHED
}