src/net/java/otr4j/session/SessionStatus.java
author Nikita Kozlov <nikita@mbdsys.com>
Tue, 07 Dec 2010 22:57:56 +0100
changeset 815 ca323cff3ac9
parent 810 0ff0059f2ec3
permissions -rw-r--r--
I have reimplemented the BeemOtrService in a more "centralized" way.

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