Show nickname instead of username in jabber

This commit is contained in:
Tom Willemse 2017-01-11 23:56:49 +01:00
parent b9b311cf44
commit 999530012f

View file

@ -1082,11 +1082,11 @@ To start off, first I need to enable lexical binding.
#+BEGIN_SRC emacs-lisp
(setq jabber-chat-buffer-format "+%n"
jabber-chat-foreign-prompt-format "%t %u "
jabber-chat-local-prompt-format "%t %u "
jabber-chat-foreign-prompt-format "%t %n "
jabber-chat-local-prompt-format "%t %n "
jabber-chat-delayed-time-format "%H:%M"
jabber-groupchat-buffer-format "++%n"
jabber-groupchat-prompt-format "%t %u ")
jabber-groupchat-prompt-format "%t %n ")
#+END_SRC
Don't show avatars, publish or retrieve avatars.