diff options
Diffstat (limited to 'src/leap/common')
-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", ] |