src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Fri, 18 May 2012 00:25:02 +0200
changeset 981 e1b1c8ad710a
parent 911 ca323cff3ac9
permissions -rw-r--r--
Use the theme text appearance for most labels.

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