src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Wed, 27 Feb 2013 10:28:07 +0100
changeset 1024 d00476863fba
parent 911 ca323cff3ac9
permissions -rw-r--r--
Added tag 0.1.8_rc1 for changeset d9a3b8cf456e

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