diff -r 6cbb9b3117b7 -r 9d3a7af41ec2 src/net/java/otr4j/session/SessionStatus.java --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/net/java/otr4j/session/SessionStatus.java Sun Dec 05 18:45:54 2010 +0100 @@ -0,0 +1,17 @@ +/* + * 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 +} \ No newline at end of file