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 Mac Notification Plugin #45

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

kkonsw
Copy link
Collaborator

@kkonsw kkonsw commented Apr 5, 2024

This PR adds an initial implementation of plugin that allows to display notifications on MacOS. It has a dependency on terminal-notifier: https://github.com/julienXX/terminal-notifier

Install terminal-notifier with Brew:

brew install terminal-notifier

On my system I also had to allow notifications from terminal-notifier in System Settings.

Build Dino with the mac-notification plugin enabled to receive notifications:

./configure --enable-plugin=mac-notification

Currently the following notifications are displayed:

  • Message Notification
  • Call Notification
  • New Contact Notification
  • New MUC Invite Notification

@kkonsw kkonsw marked this pull request as ready for review April 5, 2024 08:55
@kkonsw kkonsw marked this pull request as draft April 5, 2024 09:01
@kkonsw kkonsw force-pushed the mac-notification branch from 0bcaeb5 to f309c3c Compare April 5, 2024 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant