(bind-key* "s-r" 'jabber-roster) (bind-key* "s-u" 'jabber-roster-chat-unread)

Now that’s what I call hotkeys. They are going to see a lot of action 🐱☕

#lang_en #jabber_el #Emacs

Warning (emacs): jabber-omemo: failed to fetch bundle for (JID) device (id): Item not found: Node not found

Hm… 🤔

#lang_en #jabber_el #Emacs

(setq fsm-debug nil)

No more chatty debug info from jabber.el 🐱☕

#lang_en #jabber_el #Emacs

If I enable Jabber Mode Line in jabber.el, installed from Debian’s trixie-backports, I get error in my init.el’s loading of customized settings:

(setq custom-file (locate-user-emacs-file "custom/custom.el")) (load custom-file t)

unless I do (require 'jabber) before that. Hm 🤔

#lang_en #Debian #jabber_el #Emacs

dc52cecafc roster: Replace buffer with keymap-popup interface
The persistent EWOC roster buffer is replaced by a keymap-popup that shows dynamic counts and dispatches to completing-read for contact selection.  The roster buffer, auto-refresh machinery, and all buffer-display code are removed.

Eh… I could’ve used both 🤷

In other news, how do I check if my accounts are all online in this new bufferless roster reality of jabber.el? 🤔

#lang_en #jabber_el #Emacs #questions

Is there a way to show presence information (including messages) in roster list’s “Connected:” line in jabber.el?

#lang_en #jabber_el #Emacs #questions

Day 1 of using jabber.el. Paging through several pictures is slightly slower, than I’d like, but otherwise it works great. I miss message reactions (for reasons), but I can live without them 🐱☕

I wonder if I can load files on demand when auto‐loading is disabled…? 🤔

#lang_en #Emacs #jabber_el #XMPP