echo-bot
echo-bot copied to clipboard
Private BOT behind NAT
I guess this API allows to create only public bots.
Is there a way to create a private BOT which will be running behind the NAT and will be allowed to join only certain channels/groups?
You, as bot provider, are in control how/who is going to use your bot. Take a look at: https://github.com/wireapp/wire-bot-java/blob/master/src/main/java/com/wire/bots/hello/MessageHandler.java#L91-L99
Keep in mind: Bots are running on your servers.
Hope this helps.