src/net/java/otr4j/session/SessionStatus.java
changeset 810 0ff0059f2ec3
child 815 ca323cff3ac9
equal deleted inserted replaced
797:fbd3585af53e 810:0ff0059f2ec3
       
     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 }