src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Wed, 06 Mar 2013 22:41:48 +0100
changeset 1031 e6a2cabcedaf
parent 911 ca323cff3ac9
permissions -rw-r--r--
Add Basque translation. fix #452

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