src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Wed, 13 Mar 2013 12:06:24 +0100
changeset 1032 6b19c7c8c280
parent 911 ca323cff3ac9
permissions -rw-r--r--
Add J. Pinkava in contributors

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