From d962b7183c83d5b40c3fd473115590daa58fff4e Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Sun, 18 Jan 2015 19:02:36 +0100 Subject: [PATCH] Allow authenticate method to participants --- lib/Vroom/Constants.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/Vroom/Constants.pm b/lib/Vroom/Constants.pm index 8cfcd36..6342eda 100644 --- a/lib/Vroom/Constants.pm +++ b/lib/Vroom/Constants.pm @@ -165,7 +165,8 @@ use constant API_ACTIONS => { set_owner_password => 1 }, participant => { - ping => 1 + ping => 1, + authenticate => 1 } };