changeset 934 | 6b30719f4de6 |
parent 911 | ca323cff3ac9 |
905:bdaaf0226e93 | 934:6b30719f4de6 |
---|---|
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 } |