src/net/java/otr4j/session/SessionStatus.java
author Nikita Kozlov <nikita@beem-project.com>
Sat, 16 Apr 2011 19:43:53 +0200
changeset 921 ab30d289a86c
parent 911 ca323cff3ac9
permissions -rw-r--r--
adding a keystore for otr, adding buttons which display fingerprints

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