src/net/java/otr4j/session/SessionStatus.java
author Jiří Pinkava <j-pi@seznam.cz>
Mon, 21 Jan 2013 23:12:10 +0100
changeset 1017 377cc9bcfdaa
parent 911 ca323cff3ac9
permissions -rw-r--r--
remove unused variables, properly close streams

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