Allow authenticate method to participants

master
Daniel Berteaud 10 years ago
parent c4bfe21f4e
commit d962b7183c
  1. 3
      lib/Vroom/Constants.pm

@ -165,7 +165,8 @@ use constant API_ACTIONS => {
set_owner_password => 1
},
participant => {
ping => 1
ping => 1,
authenticate => 1
}
};

Loading…
Cancel
Save