src/net/java/otr4j/session/SessionStatus.java
author Da Risk <da_risk@beem-project.com>
Sun, 22 Apr 2012 20:39:31 +0200
changeset 971 7483a66399de
parent 911 ca323cff3ac9
permissions -rw-r--r--
Add a custom TextView widget to display groups in form of tabs.

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