aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/generalconfig/autoaway/Preferences.java
diff options
context:
space:
mode:
authorYana Stamcheva <yana@jitsi.org>2010-07-05 15:47:13 +0000
committerYana Stamcheva <yana@jitsi.org>2010-07-05 15:47:13 +0000
commit68337df58b03cb701971fc9e784dc54bea34d6a3 (patch)
tree84557fe73cb18c10a462a3754c01527f38d9a63d /src/net/java/sip/communicator/plugin/generalconfig/autoaway/Preferences.java
parentb44c93dccb9fe2aa578240a0fd59335c51dd4de6 (diff)
downloadjitsi-68337df58b03cb701971fc9e784dc54bea34d6a3.zip
jitsi-68337df58b03cb701971fc9e784dc54bea34d6a3.tar.gz
jitsi-68337df58b03cb701971fc9e784dc54bea34d6a3.tar.bz2
Configuration window improvements including reorganizing sections, user interface modifications, account loading/unloading functionality and more.
Diffstat (limited to 'src/net/java/sip/communicator/plugin/generalconfig/autoaway/Preferences.java')
-rw-r--r--src/net/java/sip/communicator/plugin/generalconfig/autoaway/Preferences.java19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/net/java/sip/communicator/plugin/generalconfig/autoaway/Preferences.java b/src/net/java/sip/communicator/plugin/generalconfig/autoaway/Preferences.java
new file mode 100644
index 0000000..ff34d79
--- /dev/null
+++ b/src/net/java/sip/communicator/plugin/generalconfig/autoaway/Preferences.java
@@ -0,0 +1,19 @@
+/*
+ * SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
+ *
+ * Distributable under LGPL license.
+ * See terms of license at gnu.org.
+ */
+package net.java.sip.communicator.plugin.generalconfig.autoaway;
+
+/**
+ * Preferences for the Status Update
+ *
+ * @author Thomas Hofer
+ *
+ */
+public final class Preferences
+{
+ public static final String ENABLE = "at.liwest.communicator.plugin.statusupdate.enable";
+ public static final String TIMER = "at.liwest.communicator.plugin.statusupdate.timer";
+} \ No newline at end of file