src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Thu, 16 May 2013 10:54:37 +0200
changeset 1040 85c1cbc283a7
parent 911 ca323cff3ac9
permissions -rw-r--r--
Update to latest version of the Android support library

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