src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Mon, 07 Jan 2013 21:09:26 +0100
changeset 1013 3f4c77587fb9
parent 911 ca323cff3ac9
permissions -rw-r--r--
Refactor the initConnectionConfig method

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