echo-bot icon indicating copy to clipboard operation
echo-bot copied to clipboard

Private BOT behind NAT

Open grmpyninja opened this issue 9 years ago • 1 comments

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?

grmpyninja avatar Dec 23 '16 13:12 grmpyninja

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.

dkovacevic avatar Dec 25 '16 12:12 dkovacevic