src/net/java/otr4j/session/SessionStatus.java
author Nikita Kozlov <nikita@beem-project.com>
Wed, 25 May 2011 00:36:01 +0200
changeset 902 c2eb19cd7032
parent 815 ca323cff3ac9
permissions -rw-r--r--
fix otr message in history

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