src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Mon, 07 Jan 2013 14:42:41 +0100
changeset 1012 b76c110b3c73
parent 911 ca323cff3ac9
permissions -rw-r--r--
Fix a little bug where configured account is not correctly detected

/*
 * 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
}