Skip to content

Instantly share code, notes, and snippets.

@athieriot
Last active June 19, 2021 13:32
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save athieriot/5532748 to your computer and use it in GitHub Desktop.
Save athieriot/5532748 to your computer and use it in GitHub Desktop.
Hipchat with IRSSI

If you are adventurous, here the process to have Hipchat working in your favourite IRC client:

  • First, you need to install the IRSSI XMPP plugin. You can find this package in your distribution, but I advice you to use the latest version possible if you don't want this segfault errors everywhere: http://gna.org/bugs/?20487

  • The first version released after the patch fix is the 0.52-2 that you can download here: https://launchpad.net/ubuntu/+archive/primary/+files/irssi-plugin-xmpp_0.52-2_amd64.deb (No dependencies so it should work in any Debian distributions)

  • Once it's done. You have to configure IRSSI. Either via command line, either manually in the ~/.irssi/config file. I followed this thread: http://cybione.org/lists/irssi-xmpp-list/msg00339.html and it was pretty successful.

  • You can find your XMPP access on your HipChat account on this page: https://boxuk.hipchat.com/account/xmpp. Everything has a XMPP account id. Even the Rooms name. So you have to use these instead of the real names for your IRSSI config.

  • One last thing is that HipChat don't let you choose the nickname you want. Your IRSSI one must be the same as configured in HipChat. To make it work nicely alongside my current IRC config, I configured the alternate nickname.

Finally, once all that is done. Open IRSSI. Load the XMPP plugin

  /load XMPP

Change your alternate nickname

  /set alternate_nick Your Full Name

And connect to HipChat

  /connect hipchat
@renderorange
Copy link

"I followed this thread: http://cybione.org/lists/irssi-xmpp-list/msg00339.html and it was pretty successful."
"[irssi-xmpp] Learn how people in your profession can earn a 30% increase! ... The starting salary is about ~2000 Euro per month + bonuses."
:)

@bluesaxman
Copy link

I think he meant this thread: http://cybione.org/lists/irssi-xmpp-list/msg00296.html

Almost all of the rest of the threads there are spam, but if you go to thread index and use find to search for hipchat, you can find it fairly easy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment