summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/backend/api.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-08-02 16:43:28 -0300
committerTomás Touceda <chiiph@leap.se>2014-08-02 16:43:28 -0300
commit5b04d2fe6ee586e9156e0eebf8d4024cc62fea92 (patch)
treec3f52f9b7f19f1e0f9b176fe935a9e6e31324e2f /src/leap/bitmask/backend/api.py
parent3b02e227cfa48074739eb4f6634a436e65923b61 (diff)
parent3b469a2c006381ba9e56c1de92be4e87ad67e51b (diff)
Merge remote-tracking branch 'refs/remotes/kali/feature/pseudo-cancel-eip' into develop
Diffstat (limited to 'src/leap/bitmask/backend/api.py')
-rw-r--r--src/leap/bitmask/backend/api.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/leap/bitmask/backend/api.py b/src/leap/bitmask/backend/api.py
index 4f52e470..3f6c0ad1 100644
--- a/src/leap/bitmask/backend/api.py
+++ b/src/leap/bitmask/backend/api.py
@@ -20,6 +20,8 @@ Backend available API and SIGNALS definition.
STOP_REQUEST = "stop"
PING_REQUEST = "PING"
+# XXX this needs documentation. What is it used for?
+
API = (
STOP_REQUEST, # this method needs to be defined in order to support the
# backend stop action
@@ -56,6 +58,7 @@ API = (
"soledad_close",
"soledad_load_offline",
"tear_fw_down",
+ "bitmask_root_vpn_down",
"user_cancel_login",
"user_change_password",
"user_get_logged_in_status",
@@ -97,6 +100,7 @@ SIGNALS = (
"eip_status_changed",
"eip_stopped",
"eip_tear_fw_down",
+ "eip_bitmask_root_vpn_down",
"eip_uninitialized_provider",
"eip_vpn_launcher_exception",
"imap_stopped",