diff options
author | Ruben Pollan <meskio@sindominio.net> | 2017-03-17 00:32:20 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2017-03-17 00:32:20 +0100 |
commit | e5a81fe9da5876e2cadb57f89092a7583801483c (patch) | |
tree | ba9ca9fc61b8ab03909fed40ded696d715a53b4a /src | |
parent | de80e77fd6b626e5c92844eefbe0d1b8f60288a2 (diff) |
[feat] add VPN_STATUS_CHANGED event
Diffstat (limited to 'src')
-rw-r--r-- | src/leap/common/events/catalog.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/leap/common/events/catalog.py b/src/leap/common/events/catalog.py index 2112379..9c6f1c0 100644 --- a/src/leap/common/events/catalog.py +++ b/src/leap/common/events/catalog.py @@ -73,6 +73,8 @@ EVENTS = [ "SMTP_CONNECTION_LOST", # (userid, dest) "SMTP_RECIPIENT_REJECTED", # (userid, dest) "SMTP_SEND_MESSAGE_ERROR", # (userid, dest) + + "VPN_STATUS_CHANGED", ] |