Section Zulip (basic) - bibanon/matterbridge GitHub Wiki
[zulip.myzulip]
#Log in to the Zulip server.
#Navigate to Settings () -> Your bots -> Add a new bot.
#Select Generic for bot type, fill out the form and click on Create bot.
#Token is the API key, you've got when creating the bot
Token="Yourtokenhere"
#Login is the Username of the bot you've got when creating the bot
Login="[email protected]"
#The URL of your zulip server
Server="https://yourserver.com"
RemoteNickFormat="[{PROTOCOL}] <{NICK}> "
- exist, and
- are subscribed to by the new bot
Otherwise, things will break. You can subscribe the bot using the stream's settings, under "Stream membership".
- Sending attachments FROM zulip to other bridges is not supported at the moment.