src/net/java/otr4j/session/SessionStatus.java
changeset 895 b2e1b45382a4
parent 815 ca323cff3ac9
equal deleted inserted replaced
894:5315a5713dd5 895:b2e1b45382a4
       
     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 }