src/net/java/otr4j/session/SessionStatus.java
author Nikita Kozlov <nikita@mbdsys.com>
Sun, 05 Dec 2010 18:45:54 +0100
changeset 812 9d3a7af41ec2
parent 810 0ff0059f2ec3
child 815 ca323cff3ac9
permissions -rwxr-xr-x
merge

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