src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Tue, 08 May 2012 18:41:02 +0200
changeset 977 511216e1269e
parent 911 ca323cff3ac9
permissions -rw-r--r--
SectionTextView now don't use api level 11

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