Can you have a paywall on a mumble server so users will have to pay to use the server? Is the following functionality possible for a Mumble server to automate access tokens for registered users?

  1. An API call to see if a register username is taken on the server
  2. An API call to give a registered user an access token
  3. An API call to remove a registered users access token
  4. Disable voice and text chat on root room on a server
  5. Kick users that stay in root room on server after X seconds

And is it possible to give an access token to a user who has not even connected to the server?