Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for E2E encrypted rooms #10

Open
ASoTNetworks opened this issue Dec 3, 2021 · 2 comments
Open

Add support for E2E encrypted rooms #10

ASoTNetworks opened this issue Dec 3, 2021 · 2 comments
Labels
enhancement New feature or request

Comments

@ASoTNetworks
Copy link

Currently the bot will send unencrypted messages to an encrypted room which defeats the purpose of the room.

It would be nice if the bot can support sending of encrypted messages.

@jooola jooola added the enhancement New feature or request label Jan 13, 2022
@jooola
Copy link
Owner

jooola commented Jan 13, 2022

This needs additional research, but I think this would require the webhook to embed a few libraries (crypto + matrix client) and this is not possible.

Maybe such feature could land in a dedicated alert script, as it allow more advanced logic and libraries than a webhook.

@murlock1000
Copy link

murlock1000 commented Jun 30, 2022

Implemented E2EE Matrix message notifications for Zabbix by using the script media type. Github repo: https://github.com/murlock1000/zabbix-matrix-script
Help on improvements appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants