Questions tagged [jabber]

Jabber is a client for Jabber, a chat protocol

See http://www.jabber.org for details about the protocol. More information about the Emacs client can be found at http://emacs-jabber.sourceforge.net/.

9 questions
4
votes
2 answers

Turn off jabber notifications when Emacs has focus

I use jabber.el to communicate with people at work, and I have sound notifications setup so that I get notified even when I’m not using Emacs. The notification is setup in the following way. (add-hook 'jabber-alert-message-hooks…
Malabarba
  • 22,878
  • 6
  • 78
  • 163
3
votes
1 answer

How can I connect to a Jabber group chat through a bookmark with jabber.el?

How can I connect to a group chat using a bookmark with jabber.el? I figured out how to look at the bookmarks via M-x jabber-edit-bookmarks, but I can't find any commands to actually use them! (Actually editing bookmarks seems unsupported, at least…
Tikhon Jelvis
  • 6,152
  • 2
  • 27
  • 40
3
votes
2 answers

Connecting to Slack channels with Jabber

I can connect with Slack through jabber and chat with individual users, but I can't join channels. There are some instructions here, but I don't know which jabber commands to use. I've tried jabber-muc-join and jabber-groupchat-join, but neither of…
Matthew Piziak
  • 5,958
  • 3
  • 29
  • 77
2
votes
1 answer

Make Jabber.el stop alerting me when new messages are written on MUC, unless I'm highlighted

I tried to follow emacswiki article about Jabber.el to configure it on my Emacs. However, my changes do not works. Alerts stealth the minibuffer, and its annoying to see an alert when I'm doing something there. I get alerts for every message people…
shackra
  • 2,702
  • 18
  • 47
2
votes
1 answer

How do I set `gnutls-verify-error` to not check if certain hostname matches the certificate?

I have the host chat.deshackra.com pointing to tigase.im (with a CNAME entry), and I want to use the starttls connection type for my jabber.el account, however the connection fails: gnutls.c: [1] Note that the security level of the Diffie-Hellman…
shackra
  • 2,702
  • 18
  • 47
2
votes
1 answer

Cannot connect to Hangouts with Jabber

I am trying to use Jabber to connect to Google Hangouts. My configuration looks like this: (setq jabber-account-list '(("[myusername]@gmail.com" (:network-server . "talk.google.com") …
Matthew Piziak
  • 5,958
  • 3
  • 29
  • 77
2
votes
0 answers

How to get jabber.el to download all message history?

I'm using jabber.el and it's working great. I'm trying to find out if there's a way to have jabber download my recent chat history when initiating a chat with someone. It seems like my history is cached for conversations that occur while I'm online,…
bitops
  • 333
  • 1
  • 12
2
votes
2 answers

Connecting to HipChat XMPP via jabber.el

I'm trying to connect to HipChat via jabber.el. Here is my configuration: (setq jabber-account-list '(("myhipchatid@chat.hipchat.com" (:network-server . "chat.hipchat.com") (:password .…
bitops
  • 333
  • 1
  • 12
1
vote
0 answers

Rename Jabber buffer

I would like to rename a connected Jabber buffer. However, if I rename the buffer in the usual way, new messages coming in recreate the original one. How can I rename the buffer so that it remains connected to the Jabber session?
Matthew Piziak
  • 5,958
  • 3
  • 29
  • 77