src/net/java/otr4j/session/SessionStatus.java
author Nikita Kozlov <nikita@elyzion.net>
Fri, 13 Jan 2012 11:59:58 +0100
changeset 949 772981f5683c
parent 911 ca323cff3ac9
permissions -rw-r--r--
Added tag 0.1.7_rc1 for changeset 9f4ff6618111

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