From 8ed1f4abc65f225fcfd4442ee9174dd0f67d557c Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 6 Aug 2024 20:22:38 +0200 Subject: [PATCH] Update jabber package --- bundle/bundle--package.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index aa6aaab8..adf950a1 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -273,6 +273,11 @@ (use-package jabber :defer t :custom + (jabber-muc-decorate-presence-patterns + '(("enters the room" . nil) + ("has entered the room" . nil) + ("joined the room" . nil) + ("has left the chatroom" . nil))) (jabber-activity-mode nil) (jabber-account-list '(("marcus.kammer@mailbox.org")))