src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Mon, 23 Apr 2012 00:14:18 +0200
changeset 974 2d28cb82891b
parent 911 ca323cff3ac9
permissions -rw-r--r--
Fix a bug with tabs not sorted alphabetically.

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