src/net/java/otr4j/session/SessionStatus.java
changeset 1044 197a85a35cba
parent 1043 7d6f2526244a
child 1045 e5a970600066
equal deleted inserted replaced
1043:7d6f2526244a 1044:197a85a35cba
     1 /*
       
     2  * otr4j, the open source java otr library.
       
     3  *
       
     4  * Distributable under LGPL license.
       
     5  * See terms of license at gnu.org.
       
     6  */
       
     7 package net.java.otr4j.session;
       
     8 
       
     9 /**
       
    10  * 
       
    11  * @author George Politis
       
    12  */
       
    13 public enum SessionStatus {
       
    14 	PLAINTEXT,
       
    15 	ENCRYPTED,
       
    16 	FINISHED
       
    17 }