src/net/java/otr4j/session/SessionStatus.java
author Nikita Kozlov <nikita@elyzion.net>
Mon, 23 Jan 2012 17:35:54 +0100
changeset 954 afff9e2452d9
parent 911 ca323cff3ac9
permissions -rw-r--r--
update version name and code version

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